Html Css Color HEX #9706CA Dark Violet

📋 copy color: '#9706CA'

red 151 ◦ green 6 ◦ blue 202

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

Shades of Dark Violet #9706CA

Tints of Dark Violet #9706CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 56.27%

R = 42.06%
G = 1.67%
B = 56.27%

CMYK

 C value IS 0.25

 M value IS 0.97

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9706CA (or 0x9706CA) is known color: Dark Violet. HEX triplet: 97, 06 and CA. RGB value is (151,6,202). Sum of RGB (Red+Green+Blue) = 151+6+202=359 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.06% from 359); Green value is 6 (2.73% from 255 or 1.67% from 359); Blue value is 202 (79.30% from 255 or 56.27% from 359); Max value from RGB is 202 - color contains mainly: blue. Hex color #9706CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9706CA is #68F935. Grayscale: #474747. Windows color (decimal): -6879542 or 13239959. OLE color: 13239959.

HSL color Cylindrical-coordinate representation of color #9706CA: hue angle of 284.39º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9706CA is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 151 6 202 -
CMYK 0.25 0.97 0 0.21
HSL 284.39º 0.94% 0.41% -
HSV(B) 284.39º 0.97% 0.79% -
XYZ 23.49 10.97 56.76 -
YUV 71.7 201.54 184.56 -
System Red Green Blue C M Y K H S L
Decimal 151 6 202 0.25 0.97 0 0.21 284.39 0.94 0.41
Hex 97 6 CA 19 61 0 15 11C 5E 29
Octal 227 6 312 31 141 0 25 434 136 51
Binary 10010111 110 11001010 11001 1100001 0 10101 100011100 1011110 101001

Color Harmonies of #9706CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9706CA

Black with #9706CA

Text Example


Text Example

White with #9706CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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