#8B09B7

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

Shades of Dark Violet #8B09B7

Tints of Dark Violet #8B09B7

Color information

#8B09B7 (or 0x8B09B7) is unknown color: approx Dark Violet. HEX triplet: 8B, 09 and B7. RGB value is (139,9,183). Sum of RGB (Red+Green+Blue) = 139+9+183=331 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.99% from 331); Green value is 9 (3.91% from 255 or 2.72% from 331); Blue value is 183 (71.88% from 255 or 55.29% from 331); Max value from RGB is 183 - color contains mainly: blue. Hex color #8B09B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B09B7 is #74F648. Grayscale: #434343. Windows color (decimal): -7665225 or 11995531. OLE color: 11995531.

HSL color Cylindrical-coordinate representation of color #8B09B7: hue angle of 284.83º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8B09B7 is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1399183-
CMYK0.240.9500.28
HSL284.83º90.62%37.65%-
HSV(B)284.83º95.08%71.76%-
XYZ19.299.145.54-
YUV67.71193.07178.85-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.99%
GREEN value IS 9 (3.91% from 255) = 2.72%
BLUE value IS 183 (71.88% from 255) = 55.29%
R=41.99%
G=2.72%
B=55.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal13991830.240.9500.28284.8390.6237.65
Hex8B9B7185F01C11d5b26
Octal213112673013703443513346
Binary100010111001101101111100010111110111001000111011011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B09B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,9,183); }

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

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

 a { background-color: rgb(139,9,183); }

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

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

 span { border-color: rgb(139,9,183); }

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