Html Css Color HEX #882999 Vivid Violet

📋 copy color: '#882999'

red 136 ◦ green 41 ◦ blue 153

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

Shades of Vivid Violet #882999

Tints of Vivid Violet #882999

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.42%

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

R = 41.21%
G = 12.42%
B = 46.36%

CMYK

 C value IS 0.11

 M value IS 0.73

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#882999 (or 0x882999) is known color: Vivid Violet. HEX triplet: 88, 29 and 99. RGB value is (136,41,153). Sum of RGB (Red+Green+Blue) = 136+41+153=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 153 (60.16% from 255 or 46.36% from 330); Max value from RGB is 153 - color contains mainly: blue. Hex color #882999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882999 is #77D666. Grayscale: #515151. Windows color (decimal): -7853671 or 10037640. OLE color: 10037640.

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

Color convert

RGB 136 41 153 -
CMYK 0.11 0.73 0 0.4
HSL 290.89º 0.58% 0.38% -
HSV(B) 290.89º 0.73% 0.6% -
XYZ 16.7 9.12 31.02 -
YUV 82.17 167.97 166.39 -
System Red Green Blue C M Y K H S L
Decimal 136 41 153 0.11 0.73 0 0.4 290.89 0.58 0.38
Hex 88 29 99 B 49 0 28 123 3A 26
Octal 210 51 231 13 111 0 50 443 72 46
Binary 10001000 101001 10011001 1011 1001001 0 101000 100100011 111010 100110

Color Harmonies of #882999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882999

Black with #882999

Text Example


Text Example

White with #882999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882999; }

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

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

background-color css

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

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

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

border-color css

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

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

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