Html Css Color HEX #9275EA Medium Purple

📋 copy color: '#9275EA'

red 146 ◦ green 117 ◦ blue 234

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

Shades of Medium Purple #9275EA

Tints of Medium Purple #9275EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.08%

R = 29.38%
G = 23.54%
B = 47.08%

CMYK

 C value IS 0.38

 M value IS 0.5

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9275EA (or 0x9275EA) is known color: Medium Purple. HEX triplet: 92, 75 and EA. RGB value is (146,117,234). Sum of RGB (Red+Green+Blue) = 146+117+234=497 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.38% from 497); Green value is 117 (46.09% from 255 or 23.54% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #9275EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9275EA is #6D8A15. Grayscale: #8A8A8A. Windows color (decimal): -7178774 or 15365522. OLE color: 15365522.

HSL color Cylindrical-coordinate representation of color #9275EA: hue angle of 254.87º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9275EA is Cyan = 0.38, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 146 117 234 -
CMYK 0.38 0.5 0 0.08
HSL 254.87º 0.74% 0.69% -
HSV(B) 254.87º 0.5% 0.92% -
XYZ 33.07 24.77 80.88 -
YUV 139.01 181.61 132.99 -
System Red Green Blue C M Y K H S L
Decimal 146 117 234 0.38 0.5 0 0.08 254.87 0.74 0.69
Hex 92 75 EA 26 32 0 8 FF 4A 45
Octal 222 165 352 46 62 0 10 377 112 105
Binary 10010010 1110101 11101010 100110 110010 0 1000 11111111 1001010 1000101

Color Harmonies of #9275EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9275EA

Black with #9275EA

Text Example


Text Example

White with #9275EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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