Html Css Color HEX #9711EE Blue Violet

📋 copy color: '#9711EE'

red 151 ◦ green 17 ◦ blue 238

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

Shades of Blue Violet #9711EE

Tints of Blue Violet #9711EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 58.62%

R = 37.19%
G = 4.19%
B = 58.62%

CMYK

 C value IS 0.37

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9711EE (or 0x9711EE) is known color: Blue Violet. HEX triplet: 97, 11 and EE. RGB value is (151,17,238). Sum of RGB (Red+Green+Blue) = 151+17+238=406 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.19% from 406); Green value is 17 (7.03% from 255 or 4.19% from 406); Blue value is 238 (93.36% from 255 or 58.62% from 406); Max value from RGB is 238 - color contains mainly: blue. Hex color #9711EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9711EE is #68EE11. Grayscale: #515151. Windows color (decimal): -6876690 or 15602071. OLE color: 15602071.

HSL color Cylindrical-coordinate representation of color #9711EE: hue angle of 276.38º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9711EE is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 151 17 238 -
CMYK 0.37 0.93 0 0.07
HSL 276.38º 0.87% 0.5% -
HSV(B) 276.38º 0.93% 0.93% -
XYZ 28.4 13.15 81.93 -
YUV 82.26 215.89 177.03 -
System Red Green Blue C M Y K H S L
Decimal 151 17 238 0.37 0.93 0 0.07 276.38 0.87 0.5
Hex 97 11 EE 25 5D 0 7 114 57 32
Octal 227 21 356 45 135 0 7 424 127 62
Binary 10010111 10001 11101110 100101 1011101 0 111 100010100 1010111 110010

Color Harmonies of #9711EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9711EE

Black with #9711EE

Text Example


Text Example

White with #9711EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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