#9A09C4

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

Shades of Dark Violet #9A09C4

Tints of Dark Violet #9A09C4

Color information

#9A09C4 (or 0x9A09C4) is unknown color: approx Dark Violet. HEX triplet: 9A, 09 and C4. RGB value is (154,9,196). Sum of RGB (Red+Green+Blue) = 154+9+196=359 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.90% from 359); Green value is 9 (3.91% from 255 or 2.51% from 359); Blue value is 196 (76.95% from 255 or 54.60% from 359); Max value from RGB is 196 - color contains mainly: blue. Hex color #9A09C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A09C4 is #65F63B. Grayscale: #494949. Windows color (decimal): -6682172 or 12847514. OLE color: 12847514.

HSL color Cylindrical-coordinate representation of color #9A09C4: hue angle of 286.52º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9A09C4 is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1549196-
CMYK0.210.9500.23
HSL286.52º91.22%40.2%-
HSV(B)286.52º95.41%76.86%-
XYZ23.3911.0553.12-
YUV73.67197.04185.29-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.90%
GREEN value IS 9 (3.91% from 255) = 2.51%
BLUE value IS 196 (76.95% from 255) = 54.60%
R=42.90%
G=2.51%
B=54.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal15491960.210.9500.23286.5291.2240.2
Hex9A9C4155F01711f5b28
Octal232113042513702743713350
Binary100110101001110001001010110111110101111000111111011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A09C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,9,196); }

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

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

 a { background-color: rgb(154,9,196); }

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

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

 span { border-color: rgb(154,9,196); }

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