Html Css Color HEX #9180DE Medium Purple

📋 copy color: '#9180DE'

red 145 ◦ green 128 ◦ blue 222

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

Shades of Medium Purple #9180DE

Tints of Medium Purple #9180DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.85%

R = 29.29%
G = 25.86%
B = 44.85%

CMYK

 C value IS 0.35

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9180DE (or 0x9180DE) is known color: Medium Purple. HEX triplet: 91, 80 and DE. RGB value is (145,128,222). Sum of RGB (Red+Green+Blue) = 145+128+222=495 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.29% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 222 - color contains mainly: blue. Hex color #9180DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9180DE is #6E7F21. Grayscale: #8F8F8F. Windows color (decimal): -7241506 or 14581905. OLE color: 14581905.

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

Color convert

RGB 145 128 222 -
CMYK 0.35 0.42 0 0.13
HSL 250.85º 0.59% 0.69% -
HSV(B) 250.85º 0.42% 0.87% -
XYZ 32.58 26.73 72.55 -
YUV 143.8 172.13 128.86 -
System Red Green Blue C M Y K H S L
Decimal 145 128 222 0.35 0.42 0 0.13 250.85 0.59 0.69
Hex 91 80 DE 23 2A 0 D FB 3B 45
Octal 221 200 336 43 52 0 15 373 73 105
Binary 10010001 10000000 11011110 100011 101010 0 1101 11111011 111011 1000101

Color Harmonies of #9180DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9180DE

Black with #9180DE

Text Example


Text Example

White with #9180DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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