Html Css Color HEX #9711B3 Dark Violet

📋 copy color: '#9711B3'

red 151 ◦ green 17 ◦ blue 179

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

Shades of Dark Violet #9711B3

Tints of Dark Violet #9711B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 51.59%

R = 43.52%
G = 4.9%
B = 51.59%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9711B3 (or 0x9711B3) is known color: Dark Violet. HEX triplet: 97, 11 and B3. RGB value is (151,17,179). Sum of RGB (Red+Green+Blue) = 151+17+179=347 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.52% from 347); Green value is 17 (7.03% from 255 or 4.90% from 347); Blue value is 179 (70.31% from 255 or 51.59% from 347); Max value from RGB is 179 - color contains mainly: blue. Hex color #9711B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9711B3 is #68EE4C. Grayscale: #4B4B4B. Windows color (decimal): -6876749 or 11735447. OLE color: 11735447.

HSL color Cylindrical-coordinate representation of color #9711B3: hue angle of 289.63º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9711B3 is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 151 17 179 -
CMYK 0.16 0.91 0 0.30
HSL 289.63º 0.83% 0.38% -
HSV(B) 289.63º 0.91% 0.7% -
XYZ 21.1 10.23 43.51 -
YUV 75.53 186.39 181.83 -
System Red Green Blue C M Y K H S L
Decimal 151 17 179 0.16 0.91 0 0.30 289.63 0.83 0.38
Hex 97 11 B3 10 5B 0 1E 122 53 26
Octal 227 21 263 20 133 0 36 442 123 46
Binary 10010111 10001 10110011 10000 1011011 0 11110 100100010 1010011 100110

Color Harmonies of #9711B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9711B3

Black with #9711B3

Text Example


Text Example

White with #9711B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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