Html Css Color HEX #9711DE Dark Violet

📋 copy color: '#9711DE'

red 151 ◦ green 17 ◦ blue 222

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

Shades of Dark Violet #9711DE

Tints of Dark Violet #9711DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 56.92%

R = 38.72%
G = 4.36%
B = 56.92%

CMYK

 C value IS 0.32

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9711DE (or 0x9711DE) is known color: Dark Violet. HEX triplet: 97, 11 and DE. RGB value is (151,17,222). Sum of RGB (Red+Green+Blue) = 151+17+222=390 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.72% from 390); Green value is 17 (7.03% from 255 or 4.36% from 390); Blue value is 222 (87.11% from 255 or 56.92% from 390); Max value from RGB is 222 - color contains mainly: blue. Hex color #9711DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9711DE is #68EE21. Grayscale: #4F4F4F. Windows color (decimal): -6876706 or 14553495. OLE color: 14553495.

HSL color Cylindrical-coordinate representation of color #9711DE: hue angle of 279.22º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9711DE is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 17 222 -
CMYK 0.32 0.92 0 0.13
HSL 279.22º 0.86% 0.47% -
HSV(B) 279.22º 0.92% 0.87% -
XYZ 26.15 12.25 70.09 -
YUV 80.44 207.89 178.33 -
System Red Green Blue C M Y K H S L
Decimal 151 17 222 0.32 0.92 0 0.13 279.22 0.86 0.47
Hex 97 11 DE 20 5C 0 D 117 56 2F
Octal 227 21 336 40 134 0 15 427 126 57
Binary 10010111 10001 11011110 100000 1011100 0 1101 100010111 1010110 101111

Color Harmonies of #9711DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9711DE

Black with #9711DE

Text Example


Text Example

White with #9711DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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