Html Css Color HEX #9278EE Medium Purple

📋 copy color: '#9278EE'

red 146 ◦ green 120 ◦ blue 238

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

Shades of Medium Purple #9278EE

Tints of Medium Purple #9278EE

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.81%

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

R = 28.97%
G = 23.81%
B = 47.22%

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

#9278EE (or 0x9278EE) is known color: Medium Purple. HEX triplet: 92, 78 and EE. RGB value is (146,120,238). Sum of RGB (Red+Green+Blue) = 146+120+238=504 (66% of max value = 765). Red value is 146 (57.42% from 255 or 28.97% from 504); Green value is 120 (47.27% from 255 or 23.81% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #9278EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9278EE is #6D8711. Grayscale: #8C8C8C. Windows color (decimal): -7178002 or 15628434. OLE color: 15628434.

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

Color convert

RGB 146 120 238 -
CMYK 0.39 0.50 0 0.07
HSL 253.22º 0.78% 0.7% -
HSV(B) 253.22º 0.5% 0.93% -
XYZ 34 25.72 84.06 -
YUV 141.23 182.61 131.41 -
System Red Green Blue C M Y K H S L
Decimal 146 120 238 0.39 0.50 0 0.07 253.22 0.78 0.7
Hex 92 78 EE 27 32 0 7 FD 4E 46
Octal 222 170 356 47 62 0 7 375 116 106
Binary 10010010 1111000 11101110 100111 110010 0 111 11111101 1001110 1000110

Color Harmonies of #9278EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9278EE

Black with #9278EE

Text Example


Text Example

White with #9278EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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