#8d0cbf

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

Shades of Dark Violet #8D0CBF

Tints of Dark Violet #8D0CBF

Color information

#8D0CBF (or 0x8D0CBF) is unknown color: approx Dark Violet. HEX triplet: 8D, 0C and BF. RGB value is (141,12,191). Sum of RGB (Red+Green+Blue) = 141+12+191=344 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.99% from 344); Green value is 12 (5.08% from 255 or 3.49% from 344); Blue value is 191 (75% from 255 or 55.52% from 344); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D0CBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D0CBF is #72F340. Grayscale: #464646. Windows color (decimal): -7533377 or 12520589. OLE color: 12520589.

HSL color Cylindrical-coordinate representation of color #8D0CBF: hue angle of 283.24º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D0CBF is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14112191-
CMYK0.260.9400.25
HSL283.24º88.18%39.8%-
HSV(B)283.24º93.72%74.9%-
XYZ20.529.6950.08-
YUV70.98195.74177.95-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.99%
GREEN value IS 12 (5.08% from 255) = 3.49%
BLUE value IS 191 (75% from 255) = 55.52%
R=40.99%
G=3.49%
B=55.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141121910.260.9400.25283.2488.1839.8
Hex8DCBF1A5E01911b5828
Octal215142773213603143313050
Binary100011011100101111111101010111100110011000110111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d0cbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8d0cbf; }

 p { color: rgb(141,12,191); }

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

<style>
 a { background-color: #8d0cbf; }

 a { background-color: rgb(141,12,191); }

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

<style>
 span { border-color: #8d0cbf; }

 span { border-color: rgb(141,12,191); }

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