#9608BD

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

Shades of Dark Violet #9608BD

Tints of Dark Violet #9608BD

Color information

#9608BD (or 0x9608BD) is unknown color: approx Dark Violet. HEX triplet: 96, 08 and BD. RGB value is (150,8,189). Sum of RGB (Red+Green+Blue) = 150+8+189=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 8 (3.52% from 255 or 2.31% from 347); Blue value is 189 (74.22% from 255 or 54.47% from 347); Max value from RGB is 189 - color contains mainly: blue. Hex color #9608BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9608BD is #69F742. Grayscale: #464646. Windows color (decimal): -6944579 or 12388502. OLE color: 12388502.

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

Color convert

RGB1508189-
CMYK0.210.9600.26
HSL287.07º91.88%38.63%-
HSV(B)287.07º95.77%74.12%-
XYZ21.8510.3348.99-
YUV71.09194.54184.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.23%
GREEN value IS 8 (3.52% from 255) = 2.31%
BLUE value IS 189 (74.22% from 255) = 54.47%
R=43.23%
G=2.31%
B=54.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal15081890.210.9600.26287.0791.8838.63
Hex968BD156001A11f5c27
Octal226102752514003243713447
Binary100101101000101111011010111000000110101000111111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9608BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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