Html Css Color HEX #853490 Vivid Violet

📋 copy color: '#853490'

red 133 ◦ green 52 ◦ blue 144

#853490
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #853490

Tints of Vivid Violet #853490

RGB

 RED value IS 133 (52.34% from 255) = 40.43%

 GREEN value IS 52 (20.7% from 255) = 15.81%

 BLUE value IS 144 (56.64% from 255) = 43.77%

R = 40.43%
G = 15.81%
B = 43.77%

CMYK

 C value IS 0.08

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#853490 (or 0x853490) is known color: Vivid Violet. HEX triplet: 85, 34 and 90. RGB value is (133,52,144). Sum of RGB (Red+Green+Blue) = 133+52+144=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 144 - color contains mainly: blue. Hex color #853490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853490 is #7ACB6F. Grayscale: #565656. Windows color (decimal): -8047472 or 9450629. OLE color: 9450629.

HSL color Cylindrical-coordinate representation of color #853490: hue angle of 292.83º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #853490 is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 133 52 144 -
CMYK 0.08 0.64 0 0.44
HSL 292.83º 0.47% 0.38% -
HSV(B) 292.83º 0.64% 0.56% -
XYZ 15.93 9.46 27.37 -
YUV 86.71 160.34 161.02 -
System Red Green Blue C M Y K H S L
Decimal 133 52 144 0.08 0.64 0 0.44 292.83 0.47 0.38
Hex 85 34 90 8 40 0 2C 125 2F 26
Octal 205 64 220 10 100 0 54 445 57 46
Binary 10000101 110100 10010000 1000 1000000 0 101100 100100101 101111 100110

Color Harmonies of #853490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853490

Black with #853490

Text Example


Text Example

White with #853490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853490; }

 p { color: rgb(133,52,144); }

 H1.HeaderClassName
 {
   color: #853490;
 }
 .AnyTagClassName
 {
   color: #853490;
 }
</style>

background-color css

<style>
 a { background-color: #853490; }

 a { background-color: rgb(133,52,144); }

 div.DivClassName
 {
   background-color: #853490;
 }
 .BgClassName
 {
   background-color: #853490;
 }
</style>

border-color css

<style>
 span { border-color: #853490; }

 span { border-color: rgb(133,52,144); }

 td.TdClassName
 {
   border-color: #853490;
 }
 .TagClassName
 {
   border-color: #853490;
 }
</style>