#8A00BF

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

Shades of Dark Violet #8A00BF

Tints of Dark Violet #8A00BF

Color information

#8A00BF (or 0x8A00BF) is unknown color: approx Dark Violet. HEX triplet: 8A, 00 and BF. RGB value is (138,0,191). Sum of RGB (Red+Green+Blue) = 138+0+191=329 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.95% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 191 (75% from 255 or 58.05% from 329); Max value from RGB is 191 - color contains mainly: blue. Hex color #8A00BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A00BF is #75FF40. Grayscale: #3E3E3E. Windows color (decimal): -7733057 or 12517514. OLE color: 12517514.

HSL color Cylindrical-coordinate representation of color #8A00BF: hue angle of 283.35º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A00BF is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1380191-
CMYK0.28100.25
HSL283.35º100%37.45%-
HSV(B)283.35º100%74.9%-
XYZ19.899.1650.01-
YUV63.04200.22181.47-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 191 (75% from 255) = 58.05%
R=41.95%
G=0%
B=58.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal13801910.28100.25283.3510037.45
Hex8A0BF1C6401911b6425
Octal21202773414403143314445
Binary100010100101111111110011001000110011000110111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A00BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,0,191); }

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

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

 a { background-color: rgb(138,0,191); }

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

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

 span { border-color: rgb(138,0,191); }

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