#9705CF

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

Shades of Dark Violet #9705CF

Tints of Dark Violet #9705CF

Color information

#9705CF (or 0x9705CF) is unknown color: approx Dark Violet. HEX triplet: 97, 05 and CF. RGB value is (151,5,207). Sum of RGB (Red+Green+Blue) = 151+5+207=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 5 (2.34% from 255 or 1.38% from 363); Blue value is 207 (81.25% from 255 or 57.02% from 363); Max value from RGB is 207 - color contains mainly: blue. Hex color #9705CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9705CF is #68FA30. Grayscale: #474747. Windows color (decimal): -6879793 or 13567383. OLE color: 13567383.

HSL color Cylindrical-coordinate representation of color #9705CF: hue angle of 283.37º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9705CF is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB1515207-
CMYK0.270.9800.19
HSL283.37º95.28%41.57%-
HSV(B)283.37º97.58%81.18%-
XYZ24.0811.1959.92-
YUV71.68204.37184.57-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.60%
GREEN value IS 5 (2.34% from 255) = 1.38%
BLUE value IS 207 (81.25% from 255) = 57.02%
R=41.60%
G=1.38%
B=57.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal15152070.270.9800.19283.3795.2841.57
Hex975CF1B6201311b5f2a
Octal22753173314202343313752
Binary10010111101110011111101111000100100111000110111011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9705CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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