Html Css Color HEX #9261EE Medium Purple

📋 copy color: '#9261EE'

red 146 ◦ green 97 ◦ blue 238

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

Shades of Medium Purple #9261EE

Tints of Medium Purple #9261EE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.17%

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

R = 30.35%
G = 20.17%
B = 49.48%

CMYK

 C value IS 0.39

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9261EE (or 0x9261EE) is known color: Medium Purple. HEX triplet: 92, 61 and EE. RGB value is (146,97,238). Sum of RGB (Red+Green+Blue) = 146+97+238=481 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.35% from 481); Green value is 97 (38.28% from 255 or 20.17% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #9261EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9261EE is #6D9E11. Grayscale: #7F7F7F. Windows color (decimal): -7183890 or 15622546. OLE color: 15622546.

HSL color Cylindrical-coordinate representation of color #9261EE: hue angle of 260.85º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9261EE is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 146 97 238 -
CMYK 0.39 0.59 0 0.07
HSL 260.85º 0.81% 0.66% -
HSV(B) 260.85º 0.59% 0.93% -
XYZ 31.56 20.83 83.25 -
YUV 127.73 190.23 141.04 -
System Red Green Blue C M Y K H S L
Decimal 146 97 238 0.39 0.59 0 0.07 260.85 0.81 0.66
Hex 92 61 EE 27 3B 0 7 105 51 42
Octal 222 141 356 47 73 0 7 405 121 102
Binary 10010010 1100001 11101110 100111 111011 0 111 100000101 1010001 1000010

Color Harmonies of #9261EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9261EE

Black with #9261EE

Text Example


Text Example

White with #9261EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,97,238); }

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

background-color css

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

 a { background-color: rgb(146,97,238); }

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

border-color css

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

 span { border-color: rgb(146,97,238); }

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