Html Css Color HEX #9711BD Dark Violet

📋 copy color: '#9711BD'

red 151 ◦ green 17 ◦ blue 189

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

Shades of Dark Violet #9711BD

Tints of Dark Violet #9711BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.94%

R = 42.3%
G = 4.76%
B = 52.94%

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

#9711BD (or 0x9711BD) is known color: Dark Violet. HEX triplet: 97, 11 and BD. RGB value is (151,17,189). Sum of RGB (Red+Green+Blue) = 151+17+189=357 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.30% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 189 (74.22% from 255 or 52.94% from 357); Max value from RGB is 189 - color contains mainly: blue. Hex color #9711BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9711BD is #68EE42. Grayscale: #4C4C4C. Windows color (decimal): -6876739 or 12390807. OLE color: 12390807.

HSL color Cylindrical-coordinate representation of color #9711BD: hue angle of 286.74º 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 #9711BD is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 151 17 189 -
CMYK 0.20 0.91 0 0.26
HSL 286.74º 0.83% 0.4% -
HSV(B) 286.74º 0.91% 0.74% -
XYZ 22.15 10.65 49.03 -
YUV 76.67 191.39 181.01 -
System Red Green Blue C M Y K H S L
Decimal 151 17 189 0.20 0.91 0 0.26 286.74 0.83 0.4
Hex 97 11 BD 14 5B 0 1A 11F 53 28
Octal 227 21 275 24 133 0 32 437 123 50
Binary 10010111 10001 10111101 10100 1011011 0 11010 100011111 1010011 101000

Color Harmonies of #9711BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9711BD

Black with #9711BD

Text Example


Text Example

White with #9711BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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