Html Css Color HEX #9275EE Medium Purple

📋 copy color: '#9275EE'

red 146 ◦ green 117 ◦ blue 238

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

Shades of Medium Purple #9275EE

Tints of Medium Purple #9275EE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.35%

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

R = 29.14%
G = 23.35%
B = 47.5%

CMYK

 C value IS 0.39

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9275EE (or 0x9275EE) is known color: Medium Purple. HEX triplet: 92, 75 and EE. RGB value is (146,117,238). Sum of RGB (Red+Green+Blue) = 146+117+238=501 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.14% from 501); Green value is 117 (46.09% from 255 or 23.35% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #9275EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9275EE is #6D8A11. Grayscale: #8B8B8B. Windows color (decimal): -7178770 or 15627666. OLE color: 15627666.

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

Color convert

RGB 146 117 238 -
CMYK 0.39 0.51 0 0.07
HSL 254.38º 0.78% 0.7% -
HSV(B) 254.38º 0.51% 0.93% -
XYZ 33.65 25.01 83.94 -
YUV 139.47 183.61 132.66 -
System Red Green Blue C M Y K H S L
Decimal 146 117 238 0.39 0.51 0 0.07 254.38 0.78 0.7
Hex 92 75 EE 27 33 0 7 FE 4E 46
Octal 222 165 356 47 63 0 7 376 116 106
Binary 10010010 1110101 11101110 100111 110011 0 111 11111110 1001110 1000110

Color Harmonies of #9275EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9275EE

Black with #9275EE

Text Example


Text Example

White with #9275EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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