Html Css Color HEX #9731ED Blue Violet

📋 copy color: '#9731ED'

red 151 ◦ green 49 ◦ blue 237

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

Shades of Blue Violet #9731ED

Tints of Blue Violet #9731ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.23%

R = 34.55%
G = 11.21%
B = 54.23%

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

#9731ED (or 0x9731ED) is known color: Blue Violet. HEX triplet: 97, 31 and ED. RGB value is (151,49,237). Sum of RGB (Red+Green+Blue) = 151+49+237=437 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.55% from 437); Green value is 49 (19.53% from 255 or 11.21% from 437); Blue value is 237 (92.97% from 255 or 54.23% from 437); Max value from RGB is 237 - color contains mainly: blue. Hex color #9731ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9731ED is #68CE12. Grayscale: #646464. Windows color (decimal): -6868499 or 15544727. OLE color: 15544727.

HSL color Cylindrical-coordinate representation of color #9731ED: hue angle of 272.55º degrees, saturation: 0.84, 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 #9731ED is Cyan = 0.36, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 151 49 237 -
CMYK 0.36 0.79 0 0.07
HSL 272.55º 0.84% 0.56% -
HSV(B) 272.55º 0.79% 0.93% -
XYZ 29.15 14.89 81.46 -
YUV 100.93 204.79 163.71 -
System Red Green Blue C M Y K H S L
Decimal 151 49 237 0.36 0.79 0 0.07 272.55 0.84 0.56
Hex 97 31 ED 24 4F 0 7 111 54 38
Octal 227 61 355 44 117 0 7 421 124 70
Binary 10010111 110001 11101101 100100 1001111 0 111 100010001 1010100 111000

Color Harmonies of #9731ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9731ED

Black with #9731ED

Text Example


Text Example

White with #9731ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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