#8F0FBA

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

Shades of Dark Violet #8F0FBA

Tints of Dark Violet #8F0FBA

Color information

#8F0FBA (or 0x8F0FBA) is unknown color: approx Dark Violet. HEX triplet: 8F, 0F and BA. RGB value is (143,15,186). Sum of RGB (Red+Green+Blue) = 143+15+186=344 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.57% from 344); Green value is 15 (6.25% from 255 or 4.36% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F0FBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0FBA is #70F045. Grayscale: #484848. Windows color (decimal): -7401542 or 12193679. OLE color: 12193679.

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

Color convert

RGB14315186-
CMYK0.230.9200.27
HSL284.91º85.07%39.41%-
HSV(B)284.91º91.94%72.94%-
XYZ20.369.7347.26-
YUV72.77191.91178.1-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 41.57%
GREEN value IS 15 (6.25% from 255) = 4.36%
BLUE value IS 186 (73.05% from 255) = 54.07%
R=41.57%
G=4.36%
B=54.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal143151860.230.9200.27284.9185.0739.41
Hex8FFBA175C01B11d5527
Octal217172722713403343512547
Binary100011111111101110101011110111000110111000111011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,15,186); }

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

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

 a { background-color: rgb(143,15,186); }

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

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

 span { border-color: rgb(143,15,186); }

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