Html Css Color HEX #9706EE Dark Violet

📋 copy color: '#9706EE'

red 151 ◦ green 6 ◦ blue 238

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

Shades of Dark Violet #9706EE

Tints of Dark Violet #9706EE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.52%

 BLUE value IS 238 (93.36% from 255) = 60.25%

R = 38.23%
G = 1.52%
B = 60.25%

CMYK

 C value IS 0.37

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9706EE (or 0x9706EE) is known color: Dark Violet. HEX triplet: 97, 06 and EE. RGB value is (151,6,238). Sum of RGB (Red+Green+Blue) = 151+6+238=395 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.23% from 395); Green value is 6 (2.73% from 255 or 1.52% from 395); Blue value is 238 (93.36% from 255 or 60.25% from 395); Max value from RGB is 238 - color contains mainly: blue. Hex color #9706EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9706EE is #68F911. Grayscale: #4B4B4B. Windows color (decimal): -6879506 or 15599255. OLE color: 15599255.

HSL color Cylindrical-coordinate representation of color #9706EE: hue angle of 277.5º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9706EE is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 151 6 238 -
CMYK 0.37 0.97 0 0.07
HSL 277.5º 0.95% 0.48% -
HSV(B) 277.5º 0.97% 0.93% -
XYZ 28.26 12.88 81.89 -
YUV 75.8 219.54 181.64 -
System Red Green Blue C M Y K H S L
Decimal 151 6 238 0.37 0.97 0 0.07 277.5 0.95 0.48
Hex 97 6 EE 25 61 0 7 116 5F 30
Octal 227 6 356 45 141 0 7 426 137 60
Binary 10010111 110 11101110 100101 1100001 0 111 100010110 1011111 110000

Color Harmonies of #9706EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9706EE

Black with #9706EE

Text Example


Text Example

White with #9706EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9706EE; }

 p { color: rgb(151,6,238); }

 H1.HeaderClassName
 {
   color: #9706EE;
 }
 .AnyTagClassName
 {
   color: #9706EE;
 }
</style>

background-color css

<style>
 a { background-color: #9706EE; }

 a { background-color: rgb(151,6,238); }

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

border-color css

<style>
 span { border-color: #9706EE; }

 span { border-color: rgb(151,6,238); }

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