#8F0CBB

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

Shades of Dark Violet #8F0CBB

Tints of Dark Violet #8F0CBB

Color information

#8F0CBB (or 0x8F0CBB) is unknown color: approx Dark Violet. HEX triplet: 8F, 0C and BB. RGB value is (143,12,187). Sum of RGB (Red+Green+Blue) = 143+12+187=342 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.81% from 342); Green value is 12 (5.08% from 255 or 3.51% from 342); Blue value is 187 (73.44% from 255 or 54.68% from 342); Max value from RGB is 187 - color contains mainly: blue. Hex color #8F0CBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0CBB is #70F344. Grayscale: #464646. Windows color (decimal): -7402309 or 12258447. OLE color: 12258447.

HSL color Cylindrical-coordinate representation of color #8F0CBB: hue angle of 284.91º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0CBB is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14312187-
CMYK0.240.9400.27
HSL284.91º87.94%39.02%-
HSV(B)284.91º93.58%73.33%-
XYZ20.439.6947.81-
YUV71.12193.4179.27-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 41.81%
GREEN value IS 12 (5.08% from 255) = 3.51%
BLUE value IS 187 (73.44% from 255) = 54.68%
R=41.81%
G=3.51%
B=54.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal143121870.240.9400.27284.9187.9439.02
Hex8FCBB185E01B11d5827
Octal217142733013603343513047
Binary100011111100101110111100010111100110111000111011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,12,187); }

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

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

 a { background-color: rgb(143,12,187); }

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

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

 span { border-color: rgb(143,12,187); }

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