#9708BD

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

Shades of Dark Violet #9708BD

Tints of Dark Violet #9708BD

Color information

#9708BD (or 0x9708BD) is unknown color: approx Dark Violet. HEX triplet: 97, 08 and BD. RGB value is (151,8,189). Sum of RGB (Red+Green+Blue) = 151+8+189=348 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.39% from 348); Green value is 8 (3.52% from 255 or 2.30% from 348); Blue value is 189 (74.22% from 255 or 54.31% from 348); Max value from RGB is 189 - color contains mainly: blue. Hex color #9708BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9708BD is #68F742. Grayscale: #464646. Windows color (decimal): -6879043 or 12388503. OLE color: 12388503.

HSL color Cylindrical-coordinate representation of color #9708BD: hue angle of 287.4º 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 #9708BD is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1518189-
CMYK0.200.9600.26
HSL287.4º91.88%38.63%-
HSV(B)287.4º95.77%74.12%-
XYZ22.0310.4349-
YUV71.39194.38184.78-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.39%
GREEN value IS 8 (3.52% from 255) = 2.30%
BLUE value IS 189 (74.22% from 255) = 54.31%
R=43.39%
G=2.30%
B=54.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal15181890.200.9600.26287.491.8838.63
Hex978BD146001A11f5c27
Octal227102752414003243713447
Binary100101111000101111011010011000000110101000111111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9708BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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