#8C0DBD

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

Shades of Dark Violet #8C0DBD

Tints of Dark Violet #8C0DBD

Color information

#8C0DBD (or 0x8C0DBD) is unknown color: approx Dark Violet. HEX triplet: 8C, 0D and BD. RGB value is (140,13,189). Sum of RGB (Red+Green+Blue) = 140+13+189=342 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.94% from 342); Green value is 13 (5.47% from 255 or 3.80% from 342); Blue value is 189 (74.22% from 255 or 55.26% from 342); Max value from RGB is 189 - color contains mainly: blue. Hex color #8C0DBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C0DBD is #73F242. Grayscale: #464646. Windows color (decimal): -7598659 or 12389772. OLE color: 12389772.

HSL color Cylindrical-coordinate representation of color #8C0DBD: hue angle of 283.3º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8C0DBD is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14013189-
CMYK0.260.9300.26
HSL283.3º87.13%39.61%-
HSV(B)283.3º93.12%74.12%-
XYZ20.149.5448.92-
YUV71.04194.58177.19-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.94%
GREEN value IS 13 (5.47% from 255) = 3.80%
BLUE value IS 189 (74.22% from 255) = 55.26%
R=40.94%
G=3.80%
B=55.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal140131890.260.9300.26283.387.1339.61
Hex8CDBD1A5D01A11b5728
Octal214152753213503243312750
Binary100011001101101111011101010111010110101000110111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,13,189); }

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

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

 a { background-color: rgb(140,13,189); }

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

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

 span { border-color: rgb(140,13,189); }

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