Html Css Color HEX #9180DF Medium Purple

📋 copy color: '#9180DF'

red 145 ◦ green 128 ◦ blue 223

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

Shades of Medium Purple #9180DF

Tints of Medium Purple #9180DF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.81%

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

R = 29.23%
G = 25.81%
B = 44.96%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9180DF (or 0x9180DF) is known color: Medium Purple. HEX triplet: 91, 80 and DF. RGB value is (145,128,223). Sum of RGB (Red+Green+Blue) = 145+128+223=496 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.23% from 496); Green value is 128 (50.39% from 255 or 25.81% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #9180DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9180DF is #6E7F20. Grayscale: #8F8F8F. Windows color (decimal): -7241505 or 14647441. OLE color: 14647441.

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

Color convert

RGB 145 128 223 -
CMYK 0.35 0.43 0 0.13
HSL 250.74º 0.6% 0.69% -
HSV(B) 250.74º 0.43% 0.87% -
XYZ 32.72 26.79 73.26 -
YUV 143.91 172.63 128.78 -
System Red Green Blue C M Y K H S L
Decimal 145 128 223 0.35 0.43 0 0.13 250.74 0.6 0.69
Hex 91 80 DF 23 2B 0 D FB 3C 45
Octal 221 200 337 43 53 0 15 373 74 105
Binary 10010001 10000000 11011111 100011 101011 0 1101 11111011 111100 1000101

Color Harmonies of #9180DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9180DF

Black with #9180DF

Text Example


Text Example

White with #9180DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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