#8A0FD0

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

Shades of Dark Violet #8A0FD0

Tints of Dark Violet #8A0FD0

Color information

#8A0FD0 (or 0x8A0FD0) is unknown color: approx Dark Violet. HEX triplet: 8A, 0F and D0. RGB value is (138,15,208). Sum of RGB (Red+Green+Blue) = 138+15+208=361 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.23% from 361); Green value is 15 (6.25% from 255 or 4.16% from 361); Blue value is 208 (81.64% from 255 or 57.62% from 361); Max value from RGB is 208 - color contains mainly: blue. Hex color #8A0FD0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A0FD0 is #75F02F. Grayscale: #494949. Windows color (decimal): -7729200 or 13635466. OLE color: 13635466.

HSL color Cylindrical-coordinate representation of color #8A0FD0: hue angle of 278.24º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8A0FD0 is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13815208-
CMYK0.340.9300.18
HSL278.24º86.55%43.73%-
HSV(B)278.24º92.79%81.57%-
XYZ22.0410.360.5-
YUV73.78203.75173.81-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.23%
GREEN value IS 15 (6.25% from 255) = 4.16%
BLUE value IS 208 (81.64% from 255) = 57.62%
R=38.23%
G=4.16%
B=57.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal138152080.340.9300.18278.2486.5543.73
Hex8AFD0225D012116572c
Octal212173204213502242612754
Binary1000101011111101000010001010111010100101000101101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,15,208); }

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

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

 a { background-color: rgb(138,15,208); }

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

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

 span { border-color: rgb(138,15,208); }

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