Html Css Color HEX #9711BC Dark Violet

📋 copy color: '#9711BC'

red 151 ◦ green 17 ◦ blue 188

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

Shades of Dark Violet #9711BC

Tints of Dark Violet #9711BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.81%

R = 42.42%
G = 4.78%
B = 52.81%

CMYK

 C value IS 0.20

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9711BC (or 0x9711BC) is known color: Dark Violet. HEX triplet: 97, 11 and BC. RGB value is (151,17,188). Sum of RGB (Red+Green+Blue) = 151+17+188=356 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.42% from 356); Green value is 17 (7.03% from 255 or 4.78% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #9711BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9711BC is #68EE43. Grayscale: #4C4C4C. Windows color (decimal): -6876740 or 12325271. OLE color: 12325271.

HSL color Cylindrical-coordinate representation of color #9711BC: hue angle of 287.02º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9711BC is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 151 17 188 -
CMYK 0.20 0.91 0 0.26
HSL 287.02º 0.83% 0.4% -
HSV(B) 287.02º 0.91% 0.74% -
XYZ 22.04 10.61 48.46 -
YUV 76.56 190.89 181.1 -
System Red Green Blue C M Y K H S L
Decimal 151 17 188 0.20 0.91 0 0.26 287.02 0.83 0.4
Hex 97 11 BC 14 5B 0 1A 11F 53 28
Octal 227 21 274 24 133 0 32 437 123 50
Binary 10010111 10001 10111100 10100 1011011 0 11010 100011111 1010011 101000

Color Harmonies of #9711BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9711BC

Black with #9711BC

Text Example


Text Example

White with #9711BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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