Html Css Color HEX #85199C Vivid Violet

📋 copy color: '#85199C'

red 133 ◦ green 25 ◦ blue 156

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

Shades of Vivid Violet #85199C

Tints of Vivid Violet #85199C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.96%

 BLUE value IS 156 (61.33% from 255) = 49.68%

R = 42.36%
G = 7.96%
B = 49.68%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#85199C (or 0x85199C) is known color: Vivid Violet. HEX triplet: 85, 19 and 9C. RGB value is (133,25,156). Sum of RGB (Red+Green+Blue) = 133+25+156=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 25 (10.16% from 255 or 7.96% from 314); Blue value is 156 (61.33% from 255 or 49.68% from 314); Max value from RGB is 156 - color contains mainly: blue. Hex color #85199C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85199C is #7AE663. Grayscale: #474747. Windows color (decimal): -8054372 or 10230149. OLE color: 10230149.

HSL color Cylindrical-coordinate representation of color #85199C: hue angle of 289.47º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #85199C is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 133 25 156 -
CMYK 0.15 0.84 0 0.39
HSL 289.47º 0.72% 0.35% -
HSV(B) 289.47º 0.84% 0.61% -
XYZ 16.02 8.08 32.17 -
YUV 72.23 175.28 171.35 -
System Red Green Blue C M Y K H S L
Decimal 133 25 156 0.15 0.84 0 0.39 289.47 0.72 0.35
Hex 85 19 9C F 54 0 27 121 48 23
Octal 205 31 234 17 124 0 47 441 110 43
Binary 10000101 11001 10011100 1111 1010100 0 100111 100100001 1001000 100011

Color Harmonies of #85199C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85199C

Black with #85199C

Text Example


Text Example

White with #85199C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85199C; }

 p { color: rgb(133,25,156); }

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

background-color css

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

 a { background-color: rgb(133,25,156); }

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

border-color css

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

 span { border-color: rgb(133,25,156); }

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