Html Css Color HEX #9277EB Medium Purple

📋 copy color: '#9277EB'

red 146 ◦ green 119 ◦ blue 235

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

Shades of Medium Purple #9277EB

Tints of Medium Purple #9277EB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.8%

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

R = 29.2%
G = 23.8%
B = 47%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9277EB (or 0x9277EB) is known color: Medium Purple. HEX triplet: 92, 77 and EB. RGB value is (146,119,235). Sum of RGB (Red+Green+Blue) = 146+119+235=500 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.2% from 500); Green value is 119 (46.88% from 255 or 23.8% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #9277EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9277EB is #6D8814. Grayscale: #8B8B8B. Windows color (decimal): -7178261 or 15431570. OLE color: 15431570.

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

Color convert

RGB 146 119 235 -
CMYK 0.38 0.49 0 0.08
HSL 253.97º 0.74% 0.69% -
HSV(B) 253.97º 0.49% 0.92% -
XYZ 33.45 25.3 81.72 -
YUV 140.3 181.45 132.07 -
System Red Green Blue C M Y K H S L
Decimal 146 119 235 0.38 0.49 0 0.08 253.97 0.74 0.69
Hex 92 77 EB 26 31 0 8 FE 4A 45
Octal 222 167 353 46 61 0 10 376 112 105
Binary 10010010 1110111 11101011 100110 110001 0 1000 11111110 1001010 1000101

Color Harmonies of #9277EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9277EB

Black with #9277EB

Text Example


Text Example

White with #9277EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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