Html Css Color HEX #8814CC Dark Violet

📋 copy color: '#8814CC'

red 136 ◦ green 20 ◦ blue 204

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

Shades of Dark Violet #8814CC

Tints of Dark Violet #8814CC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.56%

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

R = 37.78%
G = 5.56%
B = 56.67%

CMYK

 C value IS 0.33

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8814CC (or 0x8814CC) is known color: Dark Violet. HEX triplet: 88, 14 and CC. RGB value is (136,20,204). Sum of RGB (Red+Green+Blue) = 136+20+204=360 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.78% from 360); Green value is 20 (8.20% from 255 or 5.56% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #8814CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8814CC is #77EB33. Grayscale: #4B4B4B. Windows color (decimal): -7858996 or 13374600. OLE color: 13374600.

HSL color Cylindrical-coordinate representation of color #8814CC: hue angle of 277.83º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8814CC is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 136 20 204 -
CMYK 0.33 0.90 0 0.2
HSL 277.83º 0.82% 0.44% -
HSV(B) 277.83º 0.9% 0.8% -
XYZ 21.3 10.09 57.95 -
YUV 75.66 200.43 171.04 -
System Red Green Blue C M Y K H S L
Decimal 136 20 204 0.33 0.90 0 0.2 277.83 0.82 0.44
Hex 88 14 CC 21 5A 0 14 116 52 2C
Octal 210 24 314 41 132 0 24 426 122 54
Binary 10001000 10100 11001100 100001 1011010 0 10100 100010110 1010010 101100

Color Harmonies of #8814CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8814CC

Black with #8814CC

Text Example


Text Example

White with #8814CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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