Html Css Color HEX #8915CF Dark Violet

📋 copy color: '#8915CF'

red 137 ◦ green 21 ◦ blue 207

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

Shades of Dark Violet #8915CF

Tints of Dark Violet #8915CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 56.71%

R = 37.53%
G = 5.75%
B = 56.71%

CMYK

 C value IS 0.34

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8915CF (or 0x8915CF) is known color: Dark Violet. HEX triplet: 89, 15 and CF. RGB value is (137,21,207). Sum of RGB (Red+Green+Blue) = 137+21+207=365 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.53% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #8915CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8915CF is #76EA30. Grayscale: #4C4C4C. Windows color (decimal): -7793201 or 13571465. OLE color: 13571465.

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

Color convert

RGB 137 21 207 -
CMYK 0.34 0.90 0 0.19
HSL 277.42º 0.82% 0.45% -
HSV(B) 277.42º 0.9% 0.81% -
XYZ 21.85 10.36 59.88 -
YUV 76.89 201.43 170.88 -
System Red Green Blue C M Y K H S L
Decimal 137 21 207 0.34 0.90 0 0.19 277.42 0.82 0.45
Hex 89 15 CF 22 5A 0 13 115 52 2D
Octal 211 25 317 42 132 0 23 425 122 55
Binary 10001001 10101 11001111 100010 1011010 0 10011 100010101 1010010 101101

Color Harmonies of #8915CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8915CF

Black with #8915CF

Text Example


Text Example

White with #8915CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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