#9705D8

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

Shades of Dark Violet #9705D8

Tints of Dark Violet #9705D8

Color information

#9705D8 (or 0x9705D8) is unknown color: approx Dark Violet. HEX triplet: 97, 05 and D8. RGB value is (151,5,216). Sum of RGB (Red+Green+Blue) = 151+5+216=372 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.59% from 372); Green value is 5 (2.34% from 255 or 1.34% from 372); Blue value is 216 (84.77% from 255 or 58.06% from 372); Max value from RGB is 216 - color contains mainly: blue. Hex color #9705D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9705D8 is #68FA27. Grayscale: #484848. Windows color (decimal): -6879784 or 14157207. OLE color: 14157207.

HSL color Cylindrical-coordinate representation of color #9705D8: hue angle of 281.52º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9705D8 is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1515216-
CMYK0.300.9800.15
HSL281.52º95.48%43.33%-
HSV(B)281.52º97.69%84.71%-
XYZ25.2111.6565.88-
YUV72.71208.87183.84-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.59%
GREEN value IS 5 (2.34% from 255) = 1.34%
BLUE value IS 216 (84.77% from 255) = 58.06%
R=40.59%
G=1.34%
B=58.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal15152160.300.9800.15281.5295.4843.33
Hex975D81E620F11a5f2b
Octal22753303614201743213753
Binary1001011110111011000111101100010011111000110101011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9705D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9705D8; }

 p { color: rgb(151,5,216); }

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

<style>
 a { background-color: #9705D8; }

 a { background-color: rgb(151,5,216); }

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

<style>
 span { border-color: #9705D8; }

 span { border-color: rgb(151,5,216); }

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