#8F05CA

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

Shades of Dark Violet #8F05CA

Tints of Dark Violet #8F05CA

Color information

#8F05CA (or 0x8F05CA) is unknown color: approx Dark Violet. HEX triplet: 8F, 05 and CA. RGB value is (143,5,202). Sum of RGB (Red+Green+Blue) = 143+5+202=350 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.86% from 350); Green value is 5 (2.34% from 255 or 1.43% from 350); Blue value is 202 (79.30% from 255 or 57.71% from 350); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F05CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F05CA is #70FA35. Grayscale: #444444. Windows color (decimal): -7404086 or 13239695. OLE color: 13239695.

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

Color convert

RGB1435202-
CMYK0.290.9800.21
HSL282.03º95.17%40.59%-
HSV(B)282.03º97.52%79.22%-
XYZ22.0410.2156.69-
YUV68.72203.22180.98-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.86%
GREEN value IS 5 (2.34% from 255) = 1.43%
BLUE value IS 202 (79.30% from 255) = 57.71%
R=40.86%
G=1.43%
B=57.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal14352020.290.9800.21282.0395.1740.59
Hex8F5CA1D6201511a5f29
Octal21753123514202543213751
Binary10001111101110010101110111000100101011000110101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F05CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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