Html Css Color HEX #9707CE Dark Violet

📋 copy color: '#9707CE'

red 151 ◦ green 7 ◦ blue 206

#9707CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #9707CE

Tints of Dark Violet #9707CE

RGB

 RED value IS 151 (59.38% from 255) = 41.48%

 GREEN value IS 7 (3.13% from 255) = 1.92%

 BLUE value IS 206 (80.86% from 255) = 56.59%

R = 41.48%
G = 1.92%
B = 56.59%

CMYK

 C value IS 0.27

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9707CE (or 0x9707CE) is known color: Dark Violet. HEX triplet: 97, 07 and CE. RGB value is (151,7,206). Sum of RGB (Red+Green+Blue) = 151+7+206=364 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.48% from 364); Green value is 7 (3.12% from 255 or 1.92% from 364); Blue value is 206 (80.86% from 255 or 56.59% from 364); Max value from RGB is 206 - color contains mainly: blue. Hex color #9707CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9707CE is #68F831. Grayscale: #484848. Windows color (decimal): -6879282 or 13502359. OLE color: 13502359.

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

Color convert

RGB 151 7 206 -
CMYK 0.27 0.97 0 0.19
HSL 283.42º 0.93% 0.42% -
HSV(B) 283.42º 0.97% 0.81% -
XYZ 23.98 11.19 59.29 -
YUV 72.74 203.21 183.82 -
System Red Green Blue C M Y K H S L
Decimal 151 7 206 0.27 0.97 0 0.19 283.42 0.93 0.42
Hex 97 7 CE 1B 61 0 13 11B 5D 2A
Octal 227 7 316 33 141 0 23 433 135 52
Binary 10010111 111 11001110 11011 1100001 0 10011 100011011 1011101 101010

Color Harmonies of #9707CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9707CE

Black with #9707CE

Text Example


Text Example

White with #9707CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9707CE; }

 p { color: rgb(151,7,206); }

 H1.HeaderClassName
 {
   color: #9707CE;
 }
 .AnyTagClassName
 {
   color: #9707CE;
 }
</style>

background-color css

<style>
 a { background-color: #9707CE; }

 a { background-color: rgb(151,7,206); }

 div.DivClassName
 {
   background-color: #9707CE;
 }
 .BgClassName
 {
   background-color: #9707CE;
 }
</style>

border-color css

<style>
 span { border-color: #9707CE; }

 span { border-color: rgb(151,7,206); }

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