Html Css Color HEX #9259E8 Medium Purple

📋 copy color: '#9259E8'

red 146 ◦ green 89 ◦ blue 232

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

Shades of Medium Purple #9259E8

Tints of Medium Purple #9259E8

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.06%

 BLUE value IS 232 (91.02% from 255) = 49.68%

R = 31.26%
G = 19.06%
B = 49.68%

CMYK

 C value IS 0.37

 M value IS 0.62

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9259E8 (or 0x9259E8) is known color: Medium Purple. HEX triplet: 92, 59 and E8. RGB value is (146,89,232). Sum of RGB (Red+Green+Blue) = 146+89+232=467 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.26% from 467); Green value is 89 (35.16% from 255 or 19.06% from 467); Blue value is 232 (91.02% from 255 or 49.68% from 467); Max value from RGB is 232 - color contains mainly: blue. Hex color #9259E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9259E8 is #6DA617. Grayscale: #797979. Windows color (decimal): -7185944 or 15227282. OLE color: 15227282.

HSL color Cylindrical-coordinate representation of color #9259E8: hue angle of 263.92º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9259E8 is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 146 89 232 -
CMYK 0.37 0.62 0 0.09
HSL 263.92º 0.76% 0.63% -
HSV(B) 263.92º 0.62% 0.91% -
XYZ 29.99 19.08 78.45 -
YUV 122.35 189.88 144.87 -
System Red Green Blue C M Y K H S L
Decimal 146 89 232 0.37 0.62 0 0.09 263.92 0.76 0.63
Hex 92 59 E8 25 3E 0 9 108 4C 3F
Octal 222 131 350 45 76 0 11 410 114 77
Binary 10010010 1011001 11101000 100101 111110 0 1001 100001000 1001100 111111

Color Harmonies of #9259E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9259E8

Black with #9259E8

Text Example


Text Example

White with #9259E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9259E8; }

 p { color: rgb(146,89,232); }

 H1.HeaderClassName
 {
   color: #9259E8;
 }
 .AnyTagClassName
 {
   color: #9259E8;
 }
</style>

background-color css

<style>
 a { background-color: #9259E8; }

 a { background-color: rgb(146,89,232); }

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

border-color css

<style>
 span { border-color: #9259E8; }

 span { border-color: rgb(146,89,232); }

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