Html Css Color HEX #9260E7 Medium Purple

📋 copy color: '#9260E7'

red 146 ◦ green 96 ◦ blue 231

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

Shades of Medium Purple #9260E7

Tints of Medium Purple #9260E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 48.84%

R = 30.87%
G = 20.3%
B = 48.84%

CMYK

 C value IS 0.37

 M value IS 0.58

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9260E7 (or 0x9260E7) is known color: Medium Purple. HEX triplet: 92, 60 and E7. RGB value is (146,96,231). Sum of RGB (Red+Green+Blue) = 146+96+231=473 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.87% from 473); Green value is 96 (37.89% from 255 or 20.30% from 473); Blue value is 231 (90.62% from 255 or 48.84% from 473); Max value from RGB is 231 - color contains mainly: blue. Hex color #9260E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9260E7 is #6D9F18. Grayscale: #7D7D7D. Windows color (decimal): -7184153 or 15163538. OLE color: 15163538.

HSL color Cylindrical-coordinate representation of color #9260E7: hue angle of 262.22º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9260E7 is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 146 96 231 -
CMYK 0.37 0.58 0 0.09
HSL 262.22º 0.74% 0.64% -
HSV(B) 262.22º 0.58% 0.91% -
XYZ 30.46 20.25 77.9 -
YUV 126.34 187.07 142.02 -
System Red Green Blue C M Y K H S L
Decimal 146 96 231 0.37 0.58 0 0.09 262.22 0.74 0.64
Hex 92 60 E7 25 3A 0 9 106 4A 40
Octal 222 140 347 45 72 0 11 406 112 100
Binary 10010010 1100000 11100111 100101 111010 0 1001 100000110 1001010 1000000

Color Harmonies of #9260E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9260E7

Black with #9260E7

Text Example


Text Example

White with #9260E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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