Html Css Color HEX #8915CC Dark Violet

📋 copy color: '#8915CC'

red 137 ◦ green 21 ◦ blue 204

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

Shades of Dark Violet #8915CC

Tints of Dark Violet #8915CC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.8%

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

R = 37.85%
G = 5.8%
B = 56.35%

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

#8915CC (or 0x8915CC) is known color: Dark Violet. HEX triplet: 89, 15 and CC. RGB value is (137,21,204). Sum of RGB (Red+Green+Blue) = 137+21+204=362 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.85% from 362); Green value is 21 (8.59% from 255 or 5.80% from 362); Blue value is 204 (80.08% from 255 or 56.35% from 362); Max value from RGB is 204 - color contains mainly: blue. Hex color #8915CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8915CC is #76EA33. Grayscale: #4B4B4B. Windows color (decimal): -7793204 or 13374857. OLE color: 13374857.

HSL color Cylindrical-coordinate representation of color #8915CC: hue angle of 278.03º degrees, saturation: 0.81, 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 #8915CC is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 137 21 204 -
CMYK 0.33 0.90 0 0.2
HSL 278.03º 0.81% 0.44% -
HSV(B) 278.03º 0.9% 0.8% -
XYZ 21.48 10.21 57.97 -
YUV 76.55 199.93 171.12 -
System Red Green Blue C M Y K H S L
Decimal 137 21 204 0.33 0.90 0 0.2 278.03 0.81 0.44
Hex 89 15 CC 21 5A 0 14 116 51 2C
Octal 211 25 314 41 132 0 24 426 121 54
Binary 10001001 10101 11001100 100001 1011010 0 10100 100010110 1010001 101100

Color Harmonies of #8915CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8915CC

Black with #8915CC

Text Example


Text Example

White with #8915CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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