#8B0FBA

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

Shades of Dark Violet #8B0FBA

Tints of Dark Violet #8B0FBA

Color information

#8B0FBA (or 0x8B0FBA) is unknown color: approx Dark Violet. HEX triplet: 8B, 0F and BA. RGB value is (139,15,186). Sum of RGB (Red+Green+Blue) = 139+15+186=340 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.88% from 340); Green value is 15 (6.25% from 255 or 4.41% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B0FBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B0FBA is #74F045. Grayscale: #474747. Windows color (decimal): -7663686 or 12193675. OLE color: 12193675.

HSL color Cylindrical-coordinate representation of color #8B0FBA: hue angle of 283.51º 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 #8B0FBA is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13915186-
CMYK0.250.9200.27
HSL283.51º85.07%39.41%-
HSV(B)283.51º91.94%72.94%-
XYZ19.689.3847.23-
YUV71.57192.58176.1-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.88%
GREEN value IS 15 (6.25% from 255) = 4.41%
BLUE value IS 186 (73.05% from 255) = 54.71%
R=40.88%
G=4.41%
B=54.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal139151860.250.9200.27283.5185.0739.41
Hex8BFBA195C01B11c5527
Octal213172723113403343412547
Binary100010111111101110101100110111000110111000111001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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