Html Css Color HEX #882499 Vivid Violet

📋 copy color: '#882499'

red 136 ◦ green 36 ◦ blue 153

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

Shades of Vivid Violet #882499

Tints of Vivid Violet #882499

RGB

 RED value IS 136 (53.52% from 255) = 41.85%

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

 BLUE value IS 153 (60.16% from 255) = 47.08%

R = 41.85%
G = 11.08%
B = 47.08%

CMYK

 C value IS 0.11

 M value IS 0.76

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#882499 (or 0x882499) is known color: Vivid Violet. HEX triplet: 88, 24 and 99. RGB value is (136,36,153). Sum of RGB (Red+Green+Blue) = 136+36+153=325 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.85% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #882499 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882499 is #77DB66. Grayscale: #4E4E4E. Windows color (decimal): -7854951 or 10036360. OLE color: 10036360.

HSL color Cylindrical-coordinate representation of color #882499: hue angle of 291.28º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882499 is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 136 36 153 -
CMYK 0.11 0.76 0 0.4
HSL 291.28º 0.62% 0.37% -
HSV(B) 291.28º 0.76% 0.6% -
XYZ 16.53 8.8 30.96 -
YUV 79.24 169.63 168.49 -
System Red Green Blue C M Y K H S L
Decimal 136 36 153 0.11 0.76 0 0.4 291.28 0.62 0.37
Hex 88 24 99 B 4C 0 28 123 3E 25
Octal 210 44 231 13 114 0 50 443 76 45
Binary 10001000 100100 10011001 1011 1001100 0 101000 100100011 111110 100101

Color Harmonies of #882499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882499

Black with #882499

Text Example


Text Example

White with #882499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882499; }

 p { color: rgb(136,36,153); }

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

background-color css

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

 a { background-color: rgb(136,36,153); }

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

border-color css

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

 span { border-color: rgb(136,36,153); }

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