#9A0FD0

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

Shades of Dark Violet #9A0FD0

Tints of Dark Violet #9A0FD0

Color information

#9A0FD0 (or 0x9A0FD0) is unknown color: approx Dark Violet. HEX triplet: 9A, 0F and D0. RGB value is (154,15,208). Sum of RGB (Red+Green+Blue) = 154+15+208=377 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.85% from 377); Green value is 15 (6.25% from 255 or 3.98% from 377); Blue value is 208 (81.64% from 255 or 55.17% from 377); Max value from RGB is 208 - color contains mainly: blue. Hex color #9A0FD0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A0FD0 is #65F02F. Grayscale: #4D4D4D. Windows color (decimal): -6680624 or 13635482. OLE color: 13635482.

HSL color Cylindrical-coordinate representation of color #9A0FD0: hue angle of 283.21º 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 #9A0FD0 is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB15415208-
CMYK0.260.9300.18
HSL283.21º86.55%43.73%-
HSV(B)283.21º92.79%81.57%-
XYZ24.8811.7760.63-
YUV78.56201.05181.81-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.85%
GREEN value IS 15 (6.25% from 255) = 3.98%
BLUE value IS 208 (81.64% from 255) = 55.17%
R=40.85%
G=3.98%
B=55.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal154152080.260.9300.18283.2186.5543.73
Hex9AFD01A5D01211b572c
Octal232173203213502243312754
Binary100110101111110100001101010111010100101000110111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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