#9A04D7

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

Shades of Dark Violet #9A04D7

Tints of Dark Violet #9A04D7

Color information

#9A04D7 (or 0x9A04D7) is unknown color: approx Dark Violet. HEX triplet: 9A, 04 and D7. RGB value is (154,4,215). Sum of RGB (Red+Green+Blue) = 154+4+215=373 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.29% from 373); Green value is 4 (1.95% from 255 or 1.07% from 373); Blue value is 215 (84.38% from 255 or 57.64% from 373); Max value from RGB is 215 - color contains mainly: blue. Hex color #9A04D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A04D7 is #65FB28. Grayscale: #484848. Windows color (decimal): -6683433 or 14091418. OLE color: 14091418.

HSL color Cylindrical-coordinate representation of color #9A04D7: hue angle of 282.65º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9A04D7 is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1544215-
CMYK0.280.9800.16
HSL282.65º96.35%42.94%-
HSV(B)282.65º98.14%84.31%-
XYZ25.6411.8665.23-
YUV72.9208.2185.84-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.29%
GREEN value IS 4 (1.95% from 255) = 1.07%
BLUE value IS 215 (84.38% from 255) = 57.64%
R=41.29%
G=1.07%
B=57.64%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal15442150.280.9800.16282.6596.3542.94
Hex9A4D71C6201011b602b
Octal23243273414202043314053
Binary10011010100110101111110011000100100001000110111100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A04D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,4,215); }

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

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

 a { background-color: rgb(154,4,215); }

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

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

 span { border-color: rgb(154,4,215); }

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