#8A01B3

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

Shades of Dark Violet #8A01B3

Tints of Dark Violet #8A01B3

Color information

#8A01B3 (or 0x8A01B3) is unknown color: approx Dark Violet. HEX triplet: 8A, 01 and B3. RGB value is (138,1,179). Sum of RGB (Red+Green+Blue) = 138+1+179=318 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.40% from 318); Green value is 1 (0.78% from 255 or 0.31% from 318); Blue value is 179 (70.31% from 255 or 56.29% from 318); Max value from RGB is 179 - color contains mainly: blue. Hex color #8A01B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A01B3 is #75FE4C. Grayscale: #3D3D3D. Windows color (decimal): -7732813 or 11731338. OLE color: 11731338.

HSL color Cylindrical-coordinate representation of color #8A01B3: hue angle of 286.18º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A01B3 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1381179-
CMYK0.230.9900.30
HSL286.18º98.89%35.29%-
HSV(B)286.18º99.44%70.2%-
XYZ18.638.6843.34-
YUV62.26193.89182.03-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.40%
GREEN value IS 1 (0.78% from 255) = 0.31%
BLUE value IS 179 (70.31% from 255) = 56.29%
R=43.40%
G=0.31%
B=56.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal13811790.230.9900.30286.1898.8935.29
Hex8A1B3176301E11e6323
Octal21212632714303643614343
Binary100010101101100111011111000110111101000111101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A01B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,1,179); }

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

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

 a { background-color: rgb(138,1,179); }

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

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

 span { border-color: rgb(138,1,179); }

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