Html Css Color HEX #9251EC Medium Purple

📋 copy color: '#9251EC'

red 146 ◦ green 81 ◦ blue 236

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

Shades of Medium Purple #9251EC

Tints of Medium Purple #9251EC

RGB

 RED value IS 146 (57.42% from 255) = 31.53%

 GREEN value IS 81 (32.03% from 255) = 17.49%

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

R = 31.53%
G = 17.49%
B = 50.97%

CMYK

 C value IS 0.38

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9251EC (or 0x9251EC) is known color: Medium Purple. HEX triplet: 92, 51 and EC. RGB value is (146,81,236). Sum of RGB (Red+Green+Blue) = 146+81+236=463 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.53% from 463); Green value is 81 (32.03% from 255 or 17.49% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #9251EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9251EC is #6DAE13. Grayscale: #757575. Windows color (decimal): -7187988 or 15487378. OLE color: 15487378.

HSL color Cylindrical-coordinate representation of color #9251EC: hue angle of 265.16º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9251EC is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 146 81 236 -
CMYK 0.38 0.66 0 0.07
HSL 265.16º 0.8% 0.62% -
HSV(B) 265.16º 0.66% 0.93% -
XYZ 29.94 18.05 81.26 -
YUV 118.11 194.53 147.9 -
System Red Green Blue C M Y K H S L
Decimal 146 81 236 0.38 0.66 0 0.07 265.16 0.8 0.62
Hex 92 51 EC 26 42 0 7 109 50 3E
Octal 222 121 354 46 102 0 7 411 120 76
Binary 10010010 1010001 11101100 100110 1000010 0 111 100001001 1010000 111110

Color Harmonies of #9251EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9251EC

Black with #9251EC

Text Example


Text Example

White with #9251EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,81,236); }

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

background-color css

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

 a { background-color: rgb(146,81,236); }

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

border-color css

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

 span { border-color: rgb(146,81,236); }

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