Html Css Color HEX #9731EC Blue Violet

📋 copy color: '#9731EC'

red 151 ◦ green 49 ◦ blue 236

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

Shades of Blue Violet #9731EC

Tints of Blue Violet #9731EC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.24%

 BLUE value IS 236 (92.58% from 255) = 54.13%

R = 34.63%
G = 11.24%
B = 54.13%

CMYK

 C value IS 0.36

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9731EC (or 0x9731EC) is known color: Blue Violet. HEX triplet: 97, 31 and EC. RGB value is (151,49,236). Sum of RGB (Red+Green+Blue) = 151+49+236=436 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.63% from 436); Green value is 49 (19.53% from 255 or 11.24% from 436); Blue value is 236 (92.58% from 255 or 54.13% from 436); Max value from RGB is 236 - color contains mainly: blue. Hex color #9731EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9731EC is #68CE13. Grayscale: #646464. Windows color (decimal): -6868500 or 15479191. OLE color: 15479191.

HSL color Cylindrical-coordinate representation of color #9731EC: hue angle of 272.73º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9731EC is Cyan = 0.36, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 151 49 236 -
CMYK 0.36 0.79 0 0.07
HSL 272.73º 0.83% 0.56% -
HSV(B) 272.73º 0.79% 0.93% -
XYZ 29 14.83 80.69 -
YUV 100.82 204.29 163.79 -
System Red Green Blue C M Y K H S L
Decimal 151 49 236 0.36 0.79 0 0.07 272.73 0.83 0.56
Hex 97 31 EC 24 4F 0 7 111 53 38
Octal 227 61 354 44 117 0 7 421 123 70
Binary 10010111 110001 11101100 100100 1001111 0 111 100010001 1010011 111000

Color Harmonies of #9731EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9731EC

Black with #9731EC

Text Example


Text Example

White with #9731EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9731EC; }

 p { color: rgb(151,49,236); }

 H1.HeaderClassName
 {
   color: #9731EC;
 }
 .AnyTagClassName
 {
   color: #9731EC;
 }
</style>

background-color css

<style>
 a { background-color: #9731EC; }

 a { background-color: rgb(151,49,236); }

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

border-color css

<style>
 span { border-color: #9731EC; }

 span { border-color: rgb(151,49,236); }

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