#8F13C8

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

Shades of Dark Violet #8F13C8

Tints of Dark Violet #8F13C8

Color information

#8F13C8 (or 0x8F13C8) is unknown color: approx Dark Violet. HEX triplet: 8F, 13 and C8. RGB value is (143,19,200). Sum of RGB (Red+Green+Blue) = 143+19+200=362 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.50% from 362); Green value is 19 (7.81% from 255 or 5.25% from 362); Blue value is 200 (78.52% from 255 or 55.25% from 362); Max value from RGB is 200 - color contains mainly: blue. Hex color #8F13C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F13C8 is #70EC37. Grayscale: #4C4C4C. Windows color (decimal): -7400504 or 13112207. OLE color: 13112207.

HSL color Cylindrical-coordinate representation of color #8F13C8: hue angle of 281.1º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F13C8 is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14319200-
CMYK0.280.9000.22
HSL281.1º82.65%42.94%-
HSV(B)281.1º90.5%78.43%-
XYZ21.9910.4855.51-
YUV76.71197.58175.28-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.50%
GREEN value IS 19 (7.81% from 255) = 5.25%
BLUE value IS 200 (78.52% from 255) = 55.25%
R=39.50%
G=5.25%
B=55.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal143192000.280.9000.22281.182.6542.94
Hex8F13C81C5A016119532b
Octal217233103413202643112353
Binary1000111110011110010001110010110100101101000110011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F13C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,19,200); }

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

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

 a { background-color: rgb(143,19,200); }

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

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

 span { border-color: rgb(143,19,200); }

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