Html Css Color HEX #8916CC Dark Violet

📋 copy color: '#8916CC'

red 137 ◦ green 22 ◦ blue 204

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

Shades of Dark Violet #8916CC

Tints of Dark Violet #8916CC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.06%

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

R = 37.74%
G = 6.06%
B = 56.2%

CMYK

 C value IS 0.33

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8916CC (or 0x8916CC) is known color: Dark Violet. HEX triplet: 89, 16 and CC. RGB value is (137,22,204). Sum of RGB (Red+Green+Blue) = 137+22+204=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 22 (8.98% from 255 or 6.06% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #8916CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8916CC is #76E933. Grayscale: #4C4C4C. Windows color (decimal): -7792948 or 13375113. OLE color: 13375113.

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

Color convert

RGB 137 22 204 -
CMYK 0.33 0.89 0 0.2
HSL 277.91º 0.81% 0.44% -
HSV(B) 277.91º 0.89% 0.8% -
XYZ 21.5 10.25 57.97 -
YUV 77.13 199.6 170.7 -
System Red Green Blue C M Y K H S L
Decimal 137 22 204 0.33 0.89 0 0.2 277.91 0.81 0.44
Hex 89 16 CC 21 59 0 14 116 51 2C
Octal 211 26 314 41 131 0 24 426 121 54
Binary 10001001 10110 11001100 100001 1011001 0 10100 100010110 1010001 101100

Color Harmonies of #8916CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8916CC

Black with #8916CC

Text Example


Text Example

White with #8916CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,22,204); }

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

background-color css

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

 a { background-color: rgb(137,22,204); }

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

border-color css

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

 span { border-color: rgb(137,22,204); }

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