Html Css Color HEX #8819CC Dark Violet

📋 copy color: '#8819CC'

red 136 ◦ green 25 ◦ blue 204

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

Shades of Dark Violet #8819CC

Tints of Dark Violet #8819CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 55.89%

R = 37.26%
G = 6.85%
B = 55.89%

CMYK

 C value IS 0.33

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8819CC (or 0x8819CC) is known color: Dark Violet. HEX triplet: 88, 19 and CC. RGB value is (136,25,204). Sum of RGB (Red+Green+Blue) = 136+25+204=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 25 (10.16% from 255 or 6.85% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #8819CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8819CC is #77E633. Grayscale: #4D4D4D. Windows color (decimal): -7857716 or 13375880. OLE color: 13375880.

HSL color Cylindrical-coordinate representation of color #8819CC: hue angle of 277.21º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8819CC is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 136 25 204 -
CMYK 0.33 0.88 0 0.2
HSL 277.21º 0.78% 0.45% -
HSV(B) 277.21º 0.88% 0.8% -
XYZ 21.4 10.29 57.98 -
YUV 78.6 198.77 168.95 -
System Red Green Blue C M Y K H S L
Decimal 136 25 204 0.33 0.88 0 0.2 277.21 0.78 0.45
Hex 88 19 CC 21 58 0 14 115 4E 2D
Octal 210 31 314 41 130 0 24 425 116 55
Binary 10001000 11001 11001100 100001 1011000 0 10100 100010101 1001110 101101

Color Harmonies of #8819CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8819CC

Black with #8819CC

Text Example


Text Example

White with #8819CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8819CC; }

 p { color: rgb(136,25,204); }

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

background-color css

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

 a { background-color: rgb(136,25,204); }

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

border-color css

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

 span { border-color: rgb(136,25,204); }

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