Html Css Color HEX #9260E3 Medium Purple

📋 copy color: '#9260E3'

red 146 ◦ green 96 ◦ blue 227

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

Shades of Medium Purple #9260E3

Tints of Medium Purple #9260E3

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.47%

 BLUE value IS 227 (89.06% from 255) = 48.4%

R = 31.13%
G = 20.47%
B = 48.4%

CMYK

 C value IS 0.36

 M value IS 0.58

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#9260E3 (or 0x9260E3) is known color: Medium Purple. HEX triplet: 92, 60 and E3. RGB value is (146,96,227). Sum of RGB (Red+Green+Blue) = 146+96+227=469 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.13% from 469); Green value is 96 (37.89% from 255 or 20.47% from 469); Blue value is 227 (89.06% from 255 or 48.40% from 469); Max value from RGB is 227 - color contains mainly: blue. Hex color #9260E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9260E3 is #6D9F1C. Grayscale: #7D7D7D. Windows color (decimal): -7184157 or 14901394. OLE color: 14901394.

HSL color Cylindrical-coordinate representation of color #9260E3: hue angle of 262.9º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9260E3 is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 146 96 227 -
CMYK 0.36 0.58 0 0.11
HSL 262.9º 0.7% 0.63% -
HSV(B) 262.9º 0.58% 0.89% -
XYZ 29.9 20.02 74.96 -
YUV 125.88 185.07 142.35 -
System Red Green Blue C M Y K H S L
Decimal 146 96 227 0.36 0.58 0 0.11 262.9 0.7 0.63
Hex 92 60 E3 24 3A 0 B 107 46 3F
Octal 222 140 343 44 72 0 13 407 106 77
Binary 10010010 1100000 11100011 100100 111010 0 1011 100000111 1000110 111111

Color Harmonies of #9260E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9260E3

Black with #9260E3

Text Example


Text Example

White with #9260E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9260E3; }

 p { color: rgb(146,96,227); }

 H1.HeaderClassName
 {
   color: #9260E3;
 }
 .AnyTagClassName
 {
   color: #9260E3;
 }
</style>

background-color css

<style>
 a { background-color: #9260E3; }

 a { background-color: rgb(146,96,227); }

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

border-color css

<style>
 span { border-color: #9260E3; }

 span { border-color: rgb(146,96,227); }

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