#9A06BE

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

Shades of Dark Violet #9A06BE

Tints of Dark Violet #9A06BE

Color information

#9A06BE (or 0x9A06BE) is unknown color: approx Dark Violet. HEX triplet: 9A, 06 and BE. RGB value is (154,6,190). Sum of RGB (Red+Green+Blue) = 154+6+190=350 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44% from 350); Green value is 6 (2.73% from 255 or 1.71% from 350); Blue value is 190 (74.61% from 255 or 54.29% from 350); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A06BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A06BE is #65F941. Grayscale: #464646. Windows color (decimal): -6682946 or 12453530. OLE color: 12453530.

HSL color Cylindrical-coordinate representation of color #9A06BE: hue angle of 288.26º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9A06BE is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1546190-
CMYK0.190.9700.25
HSL288.26º93.88%38.43%-
HSV(B)288.26º96.84%74.51%-
XYZ22.6910.7249.59-
YUV71.23195.03187.04-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44%
GREEN value IS 6 (2.73% from 255) = 1.71%
BLUE value IS 190 (74.61% from 255) = 54.29%
R=44%
G=1.71%
B=54.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal15461900.190.9700.25288.2693.8838.43
Hex9A6BE13610191205e26
Octal23262762314103144013646
Binary10011010110101111101001111000010110011001000001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A06BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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