Html Css Color HEX #9277EE Medium Purple

📋 copy color: '#9277EE'

red 146 ◦ green 119 ◦ blue 238

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

Shades of Medium Purple #9277EE

Tints of Medium Purple #9277EE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.66%

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

R = 29.03%
G = 23.66%
B = 47.32%

CMYK

 C value IS 0.39

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9277EE (or 0x9277EE) is known color: Medium Purple. HEX triplet: 92, 77 and EE. RGB value is (146,119,238). Sum of RGB (Red+Green+Blue) = 146+119+238=503 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.03% from 503); Green value is 119 (46.88% from 255 or 23.66% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 238 - color contains mainly: blue. Hex color #9277EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9277EE is #6D8811. Grayscale: #8C8C8C. Windows color (decimal): -7178258 or 15628178. OLE color: 15628178.

HSL color Cylindrical-coordinate representation of color #9277EE: hue angle of 253.61º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9277EE is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 146 119 238 -
CMYK 0.39 0.50 0 0.07
HSL 253.61º 0.78% 0.7% -
HSV(B) 253.61º 0.5% 0.93% -
XYZ 33.88 25.48 84.02 -
YUV 140.64 182.95 131.82 -
System Red Green Blue C M Y K H S L
Decimal 146 119 238 0.39 0.50 0 0.07 253.61 0.78 0.7
Hex 92 77 EE 27 32 0 7 FE 4E 46
Octal 222 167 356 47 62 0 7 376 116 106
Binary 10010010 1110111 11101110 100111 110010 0 111 11111110 1001110 1000110

Color Harmonies of #9277EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9277EE

Black with #9277EE

Text Example


Text Example

White with #9277EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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