Html Css Color HEX #9711C0 Dark Violet

📋 copy color: '#9711C0'

red 151 ◦ green 17 ◦ blue 192

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

Shades of Dark Violet #9711C0

Tints of Dark Violet #9711C0

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.72%

 BLUE value IS 192 (75.39% from 255) = 53.33%

R = 41.94%
G = 4.72%
B = 53.33%

CMYK

 C value IS 0.21

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9711C0 (or 0x9711C0) is known color: Dark Violet. HEX triplet: 97, 11 and C0. RGB value is (151,17,192). Sum of RGB (Red+Green+Blue) = 151+17+192=360 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.94% from 360); Green value is 17 (7.03% from 255 or 4.72% from 360); Blue value is 192 (75.39% from 255 or 53.33% from 360); Max value from RGB is 192 - color contains mainly: blue. Hex color #9711C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9711C0 is #68EE3F. Grayscale: #4C4C4C. Windows color (decimal): -6876736 or 12587415. OLE color: 12587415.

HSL color Cylindrical-coordinate representation of color #9711C0: hue angle of 285.94º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9711C0 is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 17 192 -
CMYK 0.21 0.91 0 0.25
HSL 285.94º 0.84% 0.41% -
HSV(B) 285.94º 0.91% 0.75% -
XYZ 22.48 10.79 50.77 -
YUV 77.02 192.89 180.77 -
System Red Green Blue C M Y K H S L
Decimal 151 17 192 0.21 0.91 0 0.25 285.94 0.84 0.41
Hex 97 11 C0 15 5B 0 19 11E 54 29
Octal 227 21 300 25 133 0 31 436 124 51
Binary 10010111 10001 11000000 10101 1011011 0 11001 100011110 1010100 101001

Color Harmonies of #9711C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9711C0

Black with #9711C0

Text Example


Text Example

White with #9711C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9711C0; }

 p { color: rgb(151,17,192); }

 H1.HeaderClassName
 {
   color: #9711C0;
 }
 .AnyTagClassName
 {
   color: #9711C0;
 }
</style>

background-color css

<style>
 a { background-color: #9711C0; }

 a { background-color: rgb(151,17,192); }

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

border-color css

<style>
 span { border-color: #9711C0; }

 span { border-color: rgb(151,17,192); }

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