Html Css Color HEX #9712EE Blue Violet

📋 copy color: '#9712EE'

red 151 ◦ green 18 ◦ blue 238

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

Shades of Blue Violet #9712EE

Tints of Blue Violet #9712EE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.42%

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

R = 37.1%
G = 4.42%
B = 58.48%

CMYK

 C value IS 0.37

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9712EE (or 0x9712EE) is known color: Blue Violet. HEX triplet: 97, 12 and EE. RGB value is (151,18,238). Sum of RGB (Red+Green+Blue) = 151+18+238=407 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.10% from 407); Green value is 18 (7.42% from 255 or 4.42% from 407); Blue value is 238 (93.36% from 255 or 58.48% from 407); Max value from RGB is 238 - color contains mainly: blue. Hex color #9712EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9712EE is #68ED11. Grayscale: #525252. Windows color (decimal): -6876434 or 15602327. OLE color: 15602327.

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

Color convert

RGB 151 18 238 -
CMYK 0.37 0.92 0 0.07
HSL 276.27º 0.87% 0.5% -
HSV(B) 276.27º 0.92% 0.93% -
XYZ 28.41 13.18 81.94 -
YUV 82.85 215.56 176.61 -
System Red Green Blue C M Y K H S L
Decimal 151 18 238 0.37 0.92 0 0.07 276.27 0.87 0.5
Hex 97 12 EE 25 5C 0 7 114 57 32
Octal 227 22 356 45 134 0 7 424 127 62
Binary 10010111 10010 11101110 100101 1011100 0 111 100010100 1010111 110010

Color Harmonies of #9712EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9712EE

Black with #9712EE

Text Example


Text Example

White with #9712EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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