Html Css Color HEX #8915CB Dark Violet

📋 copy color: '#8915CB'

red 137 ◦ green 21 ◦ blue 203

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

Shades of Dark Violet #8915CB

Tints of Dark Violet #8915CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 56.23%

R = 37.95%
G = 5.82%
B = 56.23%

CMYK

 C value IS 0.33

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8915CB (or 0x8915CB) is known color: Dark Violet. HEX triplet: 89, 15 and CB. RGB value is (137,21,203). Sum of RGB (Red+Green+Blue) = 137+21+203=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 21 (8.59% from 255 or 5.82% from 361); Blue value is 203 (79.69% from 255 or 56.23% from 361); Max value from RGB is 203 - color contains mainly: blue. Hex color #8915CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8915CB is #76EA34. Grayscale: #4B4B4B. Windows color (decimal): -7793205 or 13309321. OLE color: 13309321.

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

Color convert

RGB 137 21 203 -
CMYK 0.33 0.90 0 0.20
HSL 278.24º 0.81% 0.44% -
HSV(B) 278.24º 0.9% 0.8% -
XYZ 21.36 10.17 57.34 -
YUV 76.43 199.43 171.2 -
System Red Green Blue C M Y K H S L
Decimal 137 21 203 0.33 0.90 0 0.20 278.24 0.81 0.44
Hex 89 15 CB 21 5A 0 14 116 51 2C
Octal 211 25 313 41 132 0 24 426 121 54
Binary 10001001 10101 11001011 100001 1011010 0 10100 100010110 1010001 101100

Color Harmonies of #8915CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8915CB

Black with #8915CB

Text Example


Text Example

White with #8915CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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