Html Css Color HEX #8914CE Dark Violet

📋 copy color: '#8914CE'

red 137 ◦ green 20 ◦ blue 206

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

Shades of Dark Violet #8914CE

Tints of Dark Violet #8914CE

RGB

 RED value IS 137 (53.91% from 255) = 37.74%

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

 BLUE value IS 206 (80.86% from 255) = 56.75%

R = 37.74%
G = 5.51%
B = 56.75%

CMYK

 C value IS 0.33

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8914CE (or 0x8914CE) is known color: Dark Violet. HEX triplet: 89, 14 and CE. RGB value is (137,20,206). Sum of RGB (Red+Green+Blue) = 137+20+206=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #8914CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8914CE is #76EB31. Grayscale: #4B4B4B. Windows color (decimal): -7793458 or 13505673. OLE color: 13505673.

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

Color convert

RGB 137 20 206 -
CMYK 0.33 0.90 0 0.19
HSL 277.74º 0.82% 0.44% -
HSV(B) 277.74º 0.9% 0.81% -
XYZ 21.71 10.27 59.23 -
YUV 76.19 201.26 171.38 -
System Red Green Blue C M Y K H S L
Decimal 137 20 206 0.33 0.90 0 0.19 277.74 0.82 0.44
Hex 89 14 CE 21 5A 0 13 116 52 2C
Octal 211 24 316 41 132 0 23 426 122 54
Binary 10001001 10100 11001110 100001 1011010 0 10011 100010110 1010010 101100

Color Harmonies of #8914CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8914CE

Black with #8914CE

Text Example


Text Example

White with #8914CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8914CE; }

 p { color: rgb(137,20,206); }

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

background-color css

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

 a { background-color: rgb(137,20,206); }

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

border-color css

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

 span { border-color: rgb(137,20,206); }

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