Html Css Color HEX #9A59EC Medium Purple

📋 copy color: '#9A59EC'

red 154 ◦ green 89 ◦ blue 236

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

Shades of Medium Purple #9A59EC

Tints of Medium Purple #9A59EC

RGB

 RED value IS 154 (60.55% from 255) = 32.15%

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

 BLUE value IS 236 (92.58% from 255) = 49.27%

R = 32.15%
G = 18.58%
B = 49.27%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9A59EC (or 0x9A59EC) is known color: Medium Purple. HEX triplet: 9A, 59 and EC. RGB value is (154,89,236). Sum of RGB (Red+Green+Blue) = 154+89+236=479 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.15% from 479); Green value is 89 (35.16% from 255 or 18.58% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #9A59EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A59EC is #65A613. Grayscale: #7C7C7C. Windows color (decimal): -6661652 or 15489434. OLE color: 15489434.

HSL color Cylindrical-coordinate representation of color #9A59EC: hue angle of 266.53º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9A59EC is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 154 89 236 -
CMYK 0.35 0.62 0 0.07
HSL 266.53º 0.79% 0.64% -
HSV(B) 266.53º 0.62% 0.93% -
XYZ 32.04 20.07 81.54 -
YUV 125.19 190.53 148.55 -
System Red Green Blue C M Y K H S L
Decimal 154 89 236 0.35 0.62 0 0.07 266.53 0.79 0.64
Hex 9A 59 EC 23 3E 0 7 10B 4F 40
Octal 232 131 354 43 76 0 7 413 117 100
Binary 10011010 1011001 11101100 100011 111110 0 111 100001011 1001111 1000000

Color Harmonies of #9A59EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A59EC

Black with #9A59EC

Text Example


Text Example

White with #9A59EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A59EC; }

 p { color: rgb(154,89,236); }

 H1.HeaderClassName
 {
   color: #9A59EC;
 }
 .AnyTagClassName
 {
   color: #9A59EC;
 }
</style>

background-color css

<style>
 a { background-color: #9A59EC; }

 a { background-color: rgb(154,89,236); }

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

border-color css

<style>
 span { border-color: #9A59EC; }

 span { border-color: rgb(154,89,236); }

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