#8f05cc

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

Shades of Dark Violet #8F05CC

Tints of Dark Violet #8F05CC

Color information

#8F05CC (or 0x8F05CC) is unknown color: approx Dark Violet. HEX triplet: 8F, 05 and CC. RGB value is (143,5,204). Sum of RGB (Red+Green+Blue) = 143+5+204=352 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.62% from 352); Green value is 5 (2.34% from 255 or 1.42% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F05CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F05CC is #70FA33. Grayscale: #444444. Windows color (decimal): -7404084 or 13370767. OLE color: 13370767.

HSL color Cylindrical-coordinate representation of color #8F05CC: hue angle of 281.61º 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 #8F05CC is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1435204-
CMYK0.300.9800.2
HSL281.61º95.22%40.98%-
HSV(B)281.61º97.55%80%-
XYZ22.2810.3157.94-
YUV68.95204.22180.82-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.62%
GREEN value IS 5 (2.34% from 255) = 1.42%
BLUE value IS 204 (80.08% from 255) = 57.95%
R=40.62%
G=1.42%
B=57.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal14352040.300.9800.2281.6195.2240.98
Hex8F5CC1E6201411a5f29
Octal21753143614202443213751
Binary10001111101110011001111011000100101001000110101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f05cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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