#8912CF

Color #8912CF Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #8912CF

Tints of Dark Violet #8912CF

Color information

#8912CF (or 0x8912CF) is unknown color: approx Dark Violet. HEX triplet: 89, 12 and CF. RGB value is (137,18,207). Sum of RGB (Red+Green+Blue) = 137+18+207=362 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.85% from 362); Green value is 18 (7.42% from 255 or 4.97% from 362); Blue value is 207 (81.25% from 255 or 57.18% from 362); Max value from RGB is 207 - color contains mainly: blue. Hex color #8912CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8912CF is #76ED30. Grayscale: #4A4A4A. Windows color (decimal): -7793969 or 13570697. OLE color: 13570697.

HSL color Cylindrical-coordinate representation of color #8912CF: hue angle of 277.78º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8912CF is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13718207-
CMYK0.340.9100.19
HSL277.78º84%44.12%-
HSV(B)277.78º91.3%81.18%-
XYZ21.810.2659.86-
YUV75.13202.42172.13-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.85%
GREEN value IS 18 (7.42% from 255) = 4.97%
BLUE value IS 207 (81.25% from 255) = 57.18%
R=37.85%
G=4.97%
B=57.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal137182070.340.9100.19277.788444.12
Hex8912CF225B013116542c
Octal211223174213302342612454
Binary10001001100101100111110001010110110100111000101101010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8912CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8912CF;
 }
 .AnyTagClassName
 {
   color: #8912CF;
 }
</style>
background-color css

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

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

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

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

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

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