#9606E7

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

Shades of Dark Violet #9606E7

Tints of Dark Violet #9606E7

Color information

#9606E7 (or 0x9606E7) is unknown color: approx Dark Violet. HEX triplet: 96, 06 and E7. RGB value is (150,6,231). Sum of RGB (Red+Green+Blue) = 150+6+231=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 6 (2.73% from 255 or 1.55% from 387); Blue value is 231 (90.62% from 255 or 59.69% from 387); Max value from RGB is 231 - color contains mainly: blue. Hex color #9606E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9606E7 is #69F918. Grayscale: #494949. Windows color (decimal): -6945049 or 15140502. OLE color: 15140502.

HSL color Cylindrical-coordinate representation of color #9606E7: hue angle of 278.4º 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 #9606E7 is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB1506231-
CMYK0.350.9700.09
HSL278.4º94.94%46.47%-
HSV(B)278.4º97.4%90.59%-
XYZ27.0712.3876.57-
YUV74.71216.21181.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.76%
GREEN value IS 6 (2.73% from 255) = 1.55%
BLUE value IS 231 (90.62% from 255) = 59.69%
R=38.76%
G=1.55%
B=59.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal15062310.350.9700.09278.494.9446.47
Hex966E72361091165f2e
Octal22663474314101142613756
Binary10010110110111001111000111100001010011000101101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9606E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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