#8D05CC

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

Shades of Dark Violet #8D05CC

Tints of Dark Violet #8D05CC

Color information

#8D05CC (or 0x8D05CC) is unknown color: approx Dark Violet. HEX triplet: 8D, 05 and CC. RGB value is (141,5,204). Sum of RGB (Red+Green+Blue) = 141+5+204=350 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.29% from 350); Green value is 5 (2.34% from 255 or 1.43% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #8D05CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D05CC is #72FA33. Grayscale: #434343. Windows color (decimal): -7535156 or 13370765. OLE color: 13370765.

HSL color Cylindrical-coordinate representation of color #8D05CC: hue angle of 281.01º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8D05CC is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1415204-
CMYK0.310.9800.2
HSL281.01º95.22%40.98%-
HSV(B)281.01º97.55%80%-
XYZ21.9410.1357.93-
YUV68.35204.56179.82-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.29%
GREEN value IS 5 (2.34% from 255) = 1.43%
BLUE value IS 204 (80.08% from 255) = 58.29%
R=40.29%
G=1.43%
B=58.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal14152040.310.9800.2281.0195.2240.98
Hex8D5CC1F620141195f29
Octal21553143714202443113751
Binary10001101101110011001111111000100101001000110011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D05CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,5,204); }

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

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

 a { background-color: rgb(141,5,204); }

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

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

 span { border-color: rgb(141,5,204); }

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