Html Css Color HEX #9159DF Medium Purple

📋 copy color: '#9159DF'

red 145 ◦ green 89 ◦ blue 223

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

Shades of Medium Purple #9159DF

Tints of Medium Purple #9159DF

RGB

 RED value IS 145 (57.03% from 255) = 31.73%

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

 BLUE value IS 223 (87.5% from 255) = 48.8%

R = 31.73%
G = 19.47%
B = 48.8%

CMYK

 C value IS 0.35

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9159DF (or 0x9159DF) is known color: Medium Purple. HEX triplet: 91, 59 and DF. RGB value is (145,89,223). Sum of RGB (Red+Green+Blue) = 145+89+223=457 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.73% from 457); Green value is 89 (35.16% from 255 or 19.47% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #9159DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9159DF is #6EA620. Grayscale: #787878. Windows color (decimal): -7251489 or 14637457. OLE color: 14637457.

HSL color Cylindrical-coordinate representation of color #9159DF: hue angle of 265.07º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9159DF is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 145 89 223 -
CMYK 0.35 0.60 0 0.13
HSL 265.07º 0.68% 0.61% -
HSV(B) 265.07º 0.6% 0.87% -
XYZ 28.57 18.49 71.88 -
YUV 121.02 185.55 145.1 -
System Red Green Blue C M Y K H S L
Decimal 145 89 223 0.35 0.60 0 0.13 265.07 0.68 0.61
Hex 91 59 DF 23 3C 0 D 109 44 3D
Octal 221 131 337 43 74 0 15 411 104 75
Binary 10010001 1011001 11011111 100011 111100 0 1101 100001001 1000100 111101

Color Harmonies of #9159DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9159DF

Black with #9159DF

Text Example


Text Example

White with #9159DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9159DF; }

 p { color: rgb(145,89,223); }

 H1.HeaderClassName
 {
   color: #9159DF;
 }
 .AnyTagClassName
 {
   color: #9159DF;
 }
</style>

background-color css

<style>
 a { background-color: #9159DF; }

 a { background-color: rgb(145,89,223); }

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

border-color css

<style>
 span { border-color: #9159DF; }

 span { border-color: rgb(145,89,223); }

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