Html Css Color HEX #9276E6 Medium Purple

📋 copy color: '#9276E6'

red 146 ◦ green 118 ◦ blue 230

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

Shades of Medium Purple #9276E6

Tints of Medium Purple #9276E6

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.89%

 BLUE value IS 230 (90.23% from 255) = 46.56%

R = 29.55%
G = 23.89%
B = 46.56%

CMYK

 C value IS 0.37

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9276E6 (or 0x9276E6) is known color: Medium Purple. HEX triplet: 92, 76 and E6. RGB value is (146,118,230). Sum of RGB (Red+Green+Blue) = 146+118+230=494 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.55% from 494); Green value is 118 (46.48% from 255 or 23.89% from 494); Blue value is 230 (90.23% from 255 or 46.56% from 494); Max value from RGB is 230 - color contains mainly: blue. Hex color #9276E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9276E6 is #6D8919. Grayscale: #8A8A8A. Windows color (decimal): -7178522 or 15103634. OLE color: 15103634.

HSL color Cylindrical-coordinate representation of color #9276E6: hue angle of 255º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9276E6 is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 146 118 230 -
CMYK 0.37 0.49 0 0.10
HSL 255º 0.69% 0.68% -
HSV(B) 255º 0.49% 0.9% -
XYZ 32.62 24.78 77.93 -
YUV 139.14 179.28 132.89 -
System Red Green Blue C M Y K H S L
Decimal 146 118 230 0.37 0.49 0 0.10 255 0.69 0.68
Hex 92 76 E6 25 31 0 A FF 45 44
Octal 222 166 346 45 61 0 12 377 105 104
Binary 10010010 1110110 11100110 100101 110001 0 1010 11111111 1000101 1000100

Color Harmonies of #9276E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9276E6

Black with #9276E6

Text Example


Text Example

White with #9276E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9276E6; }

 p { color: rgb(146,118,230); }

 H1.HeaderClassName
 {
   color: #9276E6;
 }
 .AnyTagClassName
 {
   color: #9276E6;
 }
</style>

background-color css

<style>
 a { background-color: #9276E6; }

 a { background-color: rgb(146,118,230); }

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

border-color css

<style>
 span { border-color: #9276E6; }

 span { border-color: rgb(146,118,230); }

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