Html Css Color HEX #9A59F1 Medium Purple

📋 copy color: '#9A59F1'

red 154 ◦ green 89 ◦ blue 241

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

Shades of Medium Purple #9A59F1

Tints of Medium Purple #9A59F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 49.79%

R = 31.82%
G = 18.39%
B = 49.79%

CMYK

 C value IS 0.36

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9A59F1 (or 0x9A59F1) is known color: Medium Purple. HEX triplet: 9A, 59 and F1. RGB value is (154,89,241). Sum of RGB (Red+Green+Blue) = 154+89+241=484 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.82% from 484); Green value is 89 (35.16% from 255 or 18.39% from 484); Blue value is 241 (94.53% from 255 or 49.79% from 484); Max value from RGB is 241 - color contains mainly: blue. Hex color #9A59F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A59F1 is #65A60E. Grayscale: #7D7D7D. Windows color (decimal): -6661647 or 15817114. OLE color: 15817114.

HSL color Cylindrical-coordinate representation of color #9A59F1: hue angle of 265.66º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9A59F1 is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 154 89 241 -
CMYK 0.36 0.63 0 0.05
HSL 265.66º 0.84% 0.65% -
HSV(B) 265.66º 0.63% 0.95% -
XYZ 32.78 20.37 85.42 -
YUV 125.76 193.03 148.14 -
System Red Green Blue C M Y K H S L
Decimal 154 89 241 0.36 0.63 0 0.05 265.66 0.84 0.65
Hex 9A 59 F1 24 3F 0 5 10A 54 41
Octal 232 131 361 44 77 0 5 412 124 101
Binary 10011010 1011001 11110001 100100 111111 0 101 100001010 1010100 1000001

Color Harmonies of #9A59F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A59F1

Black with #9A59F1

Text Example


Text Example

White with #9A59F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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