Html Css Color HEX #9276EE Medium Purple

📋 copy color: '#9276EE'

red 146 ◦ green 118 ◦ blue 238

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

Shades of Medium Purple #9276EE

Tints of Medium Purple #9276EE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.51%

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

R = 29.08%
G = 23.51%
B = 47.41%

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

#9276EE (or 0x9276EE) is known color: Medium Purple. HEX triplet: 92, 76 and EE. RGB value is (146,118,238). Sum of RGB (Red+Green+Blue) = 146+118+238=502 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.08% from 502); Green value is 118 (46.48% from 255 or 23.51% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #9276EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9276EE is #6D8911. Grayscale: #8B8B8B. Windows color (decimal): -7178514 or 15627922. OLE color: 15627922.

HSL color Cylindrical-coordinate representation of color #9276EE: hue angle of 254º 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 #9276EE is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 146 118 238 -
CMYK 0.39 0.50 0 0.07
HSL 254º 0.78% 0.7% -
HSV(B) 254º 0.5% 0.93% -
XYZ 33.77 25.24 83.98 -
YUV 140.05 183.28 132.24 -
System Red Green Blue C M Y K H S L
Decimal 146 118 238 0.39 0.50 0 0.07 254 0.78 0.7
Hex 92 76 EE 27 32 0 7 FE 4E 46
Octal 222 166 356 47 62 0 7 376 116 106
Binary 10010010 1110110 11101110 100111 110010 0 111 11111110 1001110 1000110

Color Harmonies of #9276EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9276EE

Black with #9276EE

Text Example


Text Example

White with #9276EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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