#8A09B7

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

Shades of Dark Violet #8A09B7

Tints of Dark Violet #8A09B7

Color information

#8A09B7 (or 0x8A09B7) is unknown color: approx Dark Violet. HEX triplet: 8A, 09 and B7. RGB value is (138,9,183). Sum of RGB (Red+Green+Blue) = 138+9+183=330 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.82% from 330); Green value is 9 (3.91% from 255 or 2.73% from 330); Blue value is 183 (71.88% from 255 or 55.45% from 330); Max value from RGB is 183 - color contains mainly: blue. Hex color #8A09B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A09B7 is #75F648. Grayscale: #424242. Windows color (decimal): -7730761 or 11995530. OLE color: 11995530.

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

Color convert

RGB1389183-
CMYK0.250.9500.28
HSL284.48º90.62%37.65%-
HSV(B)284.48º95.08%71.76%-
XYZ19.139.0245.53-
YUV67.41193.24178.35-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.82%
GREEN value IS 9 (3.91% from 255) = 2.73%
BLUE value IS 183 (71.88% from 255) = 55.45%
R=41.82%
G=2.73%
B=55.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal13891830.250.9500.28284.4890.6237.65
Hex8A9B7195F01C11c5b26
Octal212112673113703443413346
Binary100010101001101101111100110111110111001000111001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A09B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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