#9A06C1

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

Shades of Dark Violet #9A06C1

Tints of Dark Violet #9A06C1

Color information

#9A06C1 (or 0x9A06C1) is unknown color: approx Dark Violet. HEX triplet: 9A, 06 and C1. RGB value is (154,6,193). Sum of RGB (Red+Green+Blue) = 154+6+193=353 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.63% from 353); Green value is 6 (2.73% from 255 or 1.70% from 353); Blue value is 193 (75.78% from 255 or 54.67% from 353); Max value from RGB is 193 - color contains mainly: blue. Hex color #9A06C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A06C1 is #65F93E. Grayscale: #464646. Windows color (decimal): -6682943 or 12650138. OLE color: 12650138.

HSL color Cylindrical-coordinate representation of color #9A06C1: hue angle of 287.49º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9A06C1 is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1546193-
CMYK0.200.9700.24
HSL287.49º93.97%39.02%-
HSV(B)287.49º96.89%75.69%-
XYZ23.0210.8551.33-
YUV71.57196.53186.79-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 43.63%
GREEN value IS 6 (2.73% from 255) = 1.70%
BLUE value IS 193 (75.78% from 255) = 54.67%
R=43.63%
G=1.70%
B=54.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal15461930.200.9700.24287.4993.9739.02
Hex9A6C1146101811f5e27
Octal23263012414103043713647
Binary10011010110110000011010011000010110001000111111011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A06C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,6,193); }

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

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

 a { background-color: rgb(154,6,193); }

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

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

 span { border-color: rgb(154,6,193); }

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