#9906E7

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

Shades of Dark Violet #9906E7

Tints of Dark Violet #9906E7

Color information

#9906E7 (or 0x9906E7) is unknown color: approx Dark Violet. HEX triplet: 99, 06 and E7. RGB value is (153,6,231). Sum of RGB (Red+Green+Blue) = 153+6+231=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 6 (2.73% from 255 or 1.54% from 390); Blue value is 231 (90.62% from 255 or 59.23% from 390); Max value from RGB is 231 - color contains mainly: blue. Hex color #9906E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9906E7 is #66F918. Grayscale: #4A4A4A. Windows color (decimal): -6748441 or 15140505. OLE color: 15140505.

HSL color Cylindrical-coordinate representation of color #9906E7: hue angle of 279.2º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9906E7 is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB1536231-
CMYK0.340.9700.09
HSL279.2º94.94%46.47%-
HSV(B)279.2º97.4%90.59%-
XYZ27.6312.6776.59-
YUV75.6215.7183.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.23%
GREEN value IS 6 (2.73% from 255) = 1.54%
BLUE value IS 231 (90.62% from 255) = 59.23%
R=39.23%
G=1.54%
B=59.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal15362310.340.9700.09279.294.9446.47
Hex996E72261091175f2e
Octal23163474214101142713756
Binary10011001110111001111000101100001010011000101111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9906E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9906E7; }

 p { color: rgb(153,6,231); }

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

<style>
 a { background-color: #9906E7; }

 a { background-color: rgb(153,6,231); }

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

<style>
 span { border-color: #9906E7; }

 span { border-color: rgb(153,6,231); }

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