#9607BB

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

Shades of Dark Violet #9607BB

Tints of Dark Violet #9607BB

Color information

#9607BB (or 0x9607BB) is unknown color: approx Dark Violet. HEX triplet: 96, 07 and BB. RGB value is (150,7,187). Sum of RGB (Red+Green+Blue) = 150+7+187=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 7 (3.12% from 255 or 2.03% from 344); Blue value is 187 (73.44% from 255 or 54.36% from 344); Max value from RGB is 187 - color contains mainly: blue. Hex color #9607BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9607BB is #69F844. Grayscale: #454545. Windows color (decimal): -6944837 or 12257174. OLE color: 12257174.

HSL color Cylindrical-coordinate representation of color #9607BB: hue angle of 287.67º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9607BB is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1507187-
CMYK0.200.9600.27
HSL287.67º92.78%38.04%-
HSV(B)287.67º96.26%73.33%-
XYZ21.6210.2247.85-
YUV70.28193.88184.86-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.60%
GREEN value IS 7 (3.12% from 255) = 2.03%
BLUE value IS 187 (73.44% from 255) = 54.36%
R=43.60%
G=2.03%
B=54.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15071870.200.9600.27287.6792.7838.04
Hex967BB146001B1205d26
Octal22672732414003344013546
Binary10010110111101110111010011000000110111001000001011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9607BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9607BB; }

 p { color: rgb(150,7,187); }

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

<style>
 a { background-color: #9607BB; }

 a { background-color: rgb(150,7,187); }

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

<style>
 span { border-color: #9607BB; }

 span { border-color: rgb(150,7,187); }

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