Html Css Color HEX #9736E0 Blue Violet

📋 copy color: '#9736E0'

red 151 ◦ green 54 ◦ blue 224

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

Shades of Blue Violet #9736E0

Tints of Blue Violet #9736E0

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.59%

 BLUE value IS 224 (87.89% from 255) = 52.21%

R = 35.2%
G = 12.59%
B = 52.21%

CMYK

 C value IS 0.33

 M value IS 0.76

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9736E0 (or 0x9736E0) is known color: Blue Violet. HEX triplet: 97, 36 and E0. RGB value is (151,54,224). Sum of RGB (Red+Green+Blue) = 151+54+224=429 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.20% from 429); Green value is 54 (21.48% from 255 or 12.59% from 429); Blue value is 224 (87.89% from 255 or 52.21% from 429); Max value from RGB is 224 - color contains mainly: blue. Hex color #9736E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9736E0 is #68C91F. Grayscale: #656565. Windows color (decimal): -6867232 or 14694039. OLE color: 14694039.

HSL color Cylindrical-coordinate representation of color #9736E0: hue angle of 274.24º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9736E0 is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 151 54 224 -
CMYK 0.33 0.76 0 0.12
HSL 274.24º 0.73% 0.55% -
HSV(B) 274.24º 0.76% 0.88% -
XYZ 27.54 14.6 71.89 -
YUV 102.38 196.64 162.68 -
System Red Green Blue C M Y K H S L
Decimal 151 54 224 0.33 0.76 0 0.12 274.24 0.73 0.55
Hex 97 36 E0 21 4C 0 C 112 49 37
Octal 227 66 340 41 114 0 14 422 111 67
Binary 10010111 110110 11100000 100001 1001100 0 1100 100010010 1001001 110111

Color Harmonies of #9736E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9736E0

Black with #9736E0

Text Example


Text Example

White with #9736E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9736E0; }

 p { color: rgb(151,54,224); }

 H1.HeaderClassName
 {
   color: #9736E0;
 }
 .AnyTagClassName
 {
   color: #9736E0;
 }
</style>

background-color css

<style>
 a { background-color: #9736E0; }

 a { background-color: rgb(151,54,224); }

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

border-color css

<style>
 span { border-color: #9736E0; }

 span { border-color: rgb(151,54,224); }

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