Html Css Color HEX #8814C9 Dark Violet

📋 copy color: '#8814C9'

red 136 ◦ green 20 ◦ blue 201

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

Shades of Dark Violet #8814C9

Tints of Dark Violet #8814C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 56.3%

R = 38.1%
G = 5.6%
B = 56.3%

CMYK

 C value IS 0.32

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8814C9 (or 0x8814C9) is known color: Dark Violet. HEX triplet: 88, 14 and C9. RGB value is (136,20,201). Sum of RGB (Red+Green+Blue) = 136+20+201=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 20 (8.20% from 255 or 5.60% from 357); Blue value is 201 (78.91% from 255 or 56.30% from 357); Max value from RGB is 201 - color contains mainly: blue. Hex color #8814C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8814C9 is #77EB36. Grayscale: #4A4A4A. Windows color (decimal): -7858999 or 13177992. OLE color: 13177992.

HSL color Cylindrical-coordinate representation of color #8814C9: hue angle of 278.45º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8814C9 is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 136 20 201 -
CMYK 0.32 0.90 0 0.21
HSL 278.45º 0.82% 0.43% -
HSV(B) 278.45º 0.9% 0.79% -
XYZ 20.95 9.95 56.08 -
YUV 75.32 198.93 171.28 -
System Red Green Blue C M Y K H S L
Decimal 136 20 201 0.32 0.90 0 0.21 278.45 0.82 0.43
Hex 88 14 C9 20 5A 0 15 116 52 2B
Octal 210 24 311 40 132 0 25 426 122 53
Binary 10001000 10100 11001001 100000 1011010 0 10101 100010110 1010010 101011

Color Harmonies of #8814C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8814C9

Black with #8814C9

Text Example


Text Example

White with #8814C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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