Html Css Color HEX #85249C Vivid Violet

📋 copy color: '#85249C'

red 133 ◦ green 36 ◦ blue 156

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

Shades of Vivid Violet #85249C

Tints of Vivid Violet #85249C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.08%

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

R = 40.92%
G = 11.08%
B = 48%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#85249C (or 0x85249C) is known color: Vivid Violet. HEX triplet: 85, 24 and 9C. RGB value is (133,36,156). Sum of RGB (Red+Green+Blue) = 133+36+156=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 156 (61.33% from 255 or 48% from 325); Max value from RGB is 156 - color contains mainly: blue. Hex color #85249C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85249C is #7ADB63. Grayscale: #4E4E4E. Windows color (decimal): -8051556 or 10232965. OLE color: 10232965.

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

Color convert

RGB 133 36 156 -
CMYK 0.15 0.77 0 0.39
HSL 288.5º 0.63% 0.38% -
HSV(B) 288.5º 0.77% 0.61% -
XYZ 16.3 8.65 32.26 -
YUV 78.68 171.64 166.74 -
System Red Green Blue C M Y K H S L
Decimal 133 36 156 0.15 0.77 0 0.39 288.5 0.63 0.38
Hex 85 24 9C F 4D 0 27 120 3E 26
Octal 205 44 234 17 115 0 47 440 76 46
Binary 10000101 100100 10011100 1111 1001101 0 100111 100100000 111110 100110

Color Harmonies of #85249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85249C

Black with #85249C

Text Example


Text Example

White with #85249C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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