Html Css Color HEX #9A59EA Medium Purple

📋 copy color: '#9A59EA'

red 154 ◦ green 89 ◦ blue 234

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

Shades of Medium Purple #9A59EA

Tints of Medium Purple #9A59EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.06%

R = 32.29%
G = 18.66%
B = 49.06%

CMYK

 C value IS 0.34

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9A59EA (or 0x9A59EA) is known color: Medium Purple. HEX triplet: 9A, 59 and EA. RGB value is (154,89,234). Sum of RGB (Red+Green+Blue) = 154+89+234=477 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.29% from 477); Green value is 89 (35.16% from 255 or 18.66% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #9A59EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A59EA is #65A615. Grayscale: #7C7C7C. Windows color (decimal): -6661654 or 15358362. OLE color: 15358362.

HSL color Cylindrical-coordinate representation of color #9A59EA: hue angle of 266.9º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9A59EA is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 154 89 234 -
CMYK 0.34 0.62 0 0.08
HSL 266.9º 0.78% 0.63% -
HSV(B) 266.9º 0.62% 0.92% -
XYZ 31.75 19.96 80.02 -
YUV 124.97 189.53 148.71 -
System Red Green Blue C M Y K H S L
Decimal 154 89 234 0.34 0.62 0 0.08 266.9 0.78 0.63
Hex 9A 59 EA 22 3E 0 8 10B 4E 3F
Octal 232 131 352 42 76 0 10 413 116 77
Binary 10011010 1011001 11101010 100010 111110 0 1000 100001011 1001110 111111

Color Harmonies of #9A59EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A59EA

Black with #9A59EA

Text Example


Text Example

White with #9A59EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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