#9605BD

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

Shades of Dark Violet #9605BD

Tints of Dark Violet #9605BD

Color information

#9605BD (or 0x9605BD) is unknown color: approx Dark Violet. HEX triplet: 96, 05 and BD. RGB value is (150,5,189). Sum of RGB (Red+Green+Blue) = 150+5+189=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 5 (2.34% from 255 or 1.45% from 344); Blue value is 189 (74.22% from 255 or 54.94% from 344); Max value from RGB is 189 - color contains mainly: blue. Hex color #9605BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9605BD is #69FA42. Grayscale: #444444. Windows color (decimal): -6945347 or 12387734. OLE color: 12387734.

HSL color Cylindrical-coordinate representation of color #9605BD: hue angle of 287.28º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9605BD is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1505189-
CMYK0.210.9700.26
HSL287.28º94.85%38.04%-
HSV(B)287.28º97.35%74.12%-
XYZ21.8210.2748.98-
YUV69.33195.54185.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.60%
GREEN value IS 5 (2.34% from 255) = 1.45%
BLUE value IS 189 (74.22% from 255) = 54.94%
R=43.60%
G=1.45%
B=54.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal15051890.210.9700.26287.2894.8538.04
Hex965BD156101A11f5f26
Octal22652752514103243713746
Binary10010110101101111011010111000010110101000111111011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9605BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9605BD; }

 p { color: rgb(150,5,189); }

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

<style>
 a { background-color: #9605BD; }

 a { background-color: rgb(150,5,189); }

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

<style>
 span { border-color: #9605BD; }

 span { border-color: rgb(150,5,189); }

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