#8A03B0

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

Shades of Dark Violet #8A03B0

Tints of Dark Violet #8A03B0

Color information

#8A03B0 (or 0x8A03B0) is unknown color: approx Dark Violet. HEX triplet: 8A, 03 and B0. RGB value is (138,3,176). Sum of RGB (Red+Green+Blue) = 138+3+176=317 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.53% from 317); Green value is 3 (1.56% from 255 or 0.95% from 317); Blue value is 176 (69.14% from 255 or 55.52% from 317); Max value from RGB is 176 - color contains mainly: blue. Hex color #8A03B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A03B0 is #75FC4F. Grayscale: #3E3E3E. Windows color (decimal): -7732304 or 11535242. OLE color: 11535242.

HSL color Cylindrical-coordinate representation of color #8A03B0: hue angle of 286.82º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A03B0 is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1383176-
CMYK0.220.9800.31
HSL286.82º96.65%35.1%-
HSV(B)286.82º98.3%69.02%-
XYZ18.358.641.77-
YUV63.09191.73181.43-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.53%
GREEN value IS 3 (1.56% from 255) = 0.95%
BLUE value IS 176 (69.14% from 255) = 55.52%
R=43.53%
G=0.95%
B=55.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal13831760.220.9800.31286.8296.6535.1
Hex8A3B0166201F11f6123
Octal21232602614203743714143
Binary1000101011101100001011011000100111111000111111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A03B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,3,176); }

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

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

 a { background-color: rgb(138,3,176); }

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

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

 span { border-color: rgb(138,3,176); }

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