Html Css Color HEX #9274EB Medium Purple

📋 copy color: '#9274EB'

red 146 ◦ green 116 ◦ blue 235

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

Shades of Medium Purple #9274EB

Tints of Medium Purple #9274EB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.34%

 BLUE value IS 235 (92.19% from 255) = 47.28%

R = 29.38%
G = 23.34%
B = 47.28%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9274EB (or 0x9274EB) is known color: Medium Purple. HEX triplet: 92, 74 and EB. RGB value is (146,116,235). Sum of RGB (Red+Green+Blue) = 146+116+235=497 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.38% from 497); Green value is 116 (45.70% from 255 or 23.34% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 235 - color contains mainly: blue. Hex color #9274EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9274EB is #6D8B14. Grayscale: #8A8A8A. Windows color (decimal): -7179029 or 15430802. OLE color: 15430802.

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

Color convert

RGB 146 116 235 -
CMYK 0.38 0.51 0 0.08
HSL 255.13º 0.75% 0.69% -
HSV(B) 255.13º 0.51% 0.92% -
XYZ 33.09 24.6 81.6 -
YUV 138.54 182.44 133.32 -
System Red Green Blue C M Y K H S L
Decimal 146 116 235 0.38 0.51 0 0.08 255.13 0.75 0.69
Hex 92 74 EB 26 33 0 8 FF 4B 45
Octal 222 164 353 46 63 0 10 377 113 105
Binary 10010010 1110100 11101011 100110 110011 0 1000 11111111 1001011 1000101

Color Harmonies of #9274EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9274EB

Black with #9274EB

Text Example


Text Example

White with #9274EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9274EB; }

 p { color: rgb(146,116,235); }

 H1.HeaderClassName
 {
   color: #9274EB;
 }
 .AnyTagClassName
 {
   color: #9274EB;
 }
</style>

background-color css

<style>
 a { background-color: #9274EB; }

 a { background-color: rgb(146,116,235); }

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

border-color css

<style>
 span { border-color: #9274EB; }

 span { border-color: rgb(146,116,235); }

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