Html Css Color HEX #853589 Vivid Violet

📋 copy color: '#853589'

red 133 ◦ green 53 ◦ blue 137

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

Shades of Vivid Violet #853589

Tints of Vivid Violet #853589

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.41%

 BLUE value IS 137 (53.91% from 255) = 42.41%

R = 41.18%
G = 16.41%
B = 42.41%

CMYK

 C value IS 0.03

 M value IS 0.61

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#853589 (or 0x853589) is known color: Vivid Violet. HEX triplet: 85, 35 and 89. RGB value is (133,53,137). Sum of RGB (Red+Green+Blue) = 133+53+137=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 137 (53.91% from 255 or 42.41% from 323); Max value from RGB is 137 - color contains mainly: blue. Hex color #853589 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853589 is #7ACA76. Grayscale: #565656. Windows color (decimal): -8047223 or 8992133. OLE color: 8992133.

HSL color Cylindrical-coordinate representation of color #853589: hue angle of 297.14º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #853589 is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 53 137 -
CMYK 0.03 0.61 0 0.46
HSL 297.14º 0.44% 0.37% -
HSV(B) 297.14º 0.61% 0.54% -
XYZ 15.46 9.34 24.65 -
YUV 86.5 156.5 161.17 -
System Red Green Blue C M Y K H S L
Decimal 133 53 137 0.03 0.61 0 0.46 297.14 0.44 0.37
Hex 85 35 89 3 3D 0 2E 129 2C 25
Octal 205 65 211 3 75 0 56 451 54 45
Binary 10000101 110101 10001001 11 111101 0 101110 100101001 101100 100101

Color Harmonies of #853589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853589

Black with #853589

Text Example


Text Example

White with #853589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853589; }

 p { color: rgb(133,53,137); }

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

background-color css

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

 a { background-color: rgb(133,53,137); }

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

border-color css

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

 span { border-color: rgb(133,53,137); }

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