#8A08BD

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

Shades of Dark Violet #8A08BD

Tints of Dark Violet #8A08BD

Color information

#8A08BD (or 0x8A08BD) is unknown color: approx Dark Violet. HEX triplet: 8A, 08 and BD. RGB value is (138,8,189). Sum of RGB (Red+Green+Blue) = 138+8+189=335 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.19% from 335); Green value is 8 (3.52% from 255 or 2.39% from 335); Blue value is 189 (74.22% from 255 or 56.42% from 335); Max value from RGB is 189 - color contains mainly: blue. Hex color #8A08BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A08BD is #75F742. Grayscale: #424242. Windows color (decimal): -7731011 or 12388490. OLE color: 12388490.

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

Color convert

RGB1388189-
CMYK0.270.9600.26
HSL283.09º91.88%38.63%-
HSV(B)283.09º95.77%74.12%-
XYZ19.759.2548.89-
YUV67.5196.57178.28-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.19%
GREEN value IS 8 (3.52% from 255) = 2.39%
BLUE value IS 189 (74.22% from 255) = 56.42%
R=41.19%
G=2.39%
B=56.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal13881890.270.9600.26283.0991.8838.63
Hex8A8BD1B6001A11b5c27
Octal212102753314003243313447
Binary100010101000101111011101111000000110101000110111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A08BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,8,189); }

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

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

 a { background-color: rgb(138,8,189); }

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

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

 span { border-color: rgb(138,8,189); }

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