Html Css Color HEX #9153F1 Medium Purple

📋 copy color: '#9153F1'

red 145 ◦ green 83 ◦ blue 241

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

Shades of Medium Purple #9153F1

Tints of Medium Purple #9153F1

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.7%

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

R = 30.92%
G = 17.7%
B = 51.39%

CMYK

 C value IS 0.40

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9153F1 (or 0x9153F1) is known color: Medium Purple. HEX triplet: 91, 53 and F1. RGB value is (145,83,241). Sum of RGB (Red+Green+Blue) = 145+83+241=469 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.92% from 469); Green value is 83 (32.81% from 255 or 17.70% from 469); Blue value is 241 (94.53% from 255 or 51.39% from 469); Max value from RGB is 241 - color contains mainly: blue. Hex color #9153F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9153F1 is #6EAC0E. Grayscale: #767676. Windows color (decimal): -7253007 or 15815569. OLE color: 15815569.

HSL color Cylindrical-coordinate representation of color #9153F1: hue angle of 263.54º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9153F1 is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 145 83 241 -
CMYK 0.40 0.66 0 0.05
HSL 263.54º 0.85% 0.64% -
HSV(B) 263.54º 0.66% 0.95% -
XYZ 30.65 18.56 85.19 -
YUV 119.55 196.54 146.15 -
System Red Green Blue C M Y K H S L
Decimal 145 83 241 0.40 0.66 0 0.05 263.54 0.85 0.64
Hex 91 53 F1 28 42 0 5 108 55 40
Octal 221 123 361 50 102 0 5 410 125 100
Binary 10010001 1010011 11110001 101000 1000010 0 101 100001000 1010101 1000000

Color Harmonies of #9153F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9153F1

Black with #9153F1

Text Example


Text Example

White with #9153F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9153F1; }

 p { color: rgb(145,83,241); }

 H1.HeaderClassName
 {
   color: #9153F1;
 }
 .AnyTagClassName
 {
   color: #9153F1;
 }
</style>

background-color css

<style>
 a { background-color: #9153F1; }

 a { background-color: rgb(145,83,241); }

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

border-color css

<style>
 span { border-color: #9153F1; }

 span { border-color: rgb(145,83,241); }

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