Html Css Color HEX #9180BE Cold Purple

📋 copy color: '#9180BE'

red 145 ◦ green 128 ◦ blue 190

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

Shades of Cold Purple #9180BE

Tints of Cold Purple #9180BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.04%

R = 31.32%
G = 27.65%
B = 41.04%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9180BE (or 0x9180BE) is known color: Cold Purple. HEX triplet: 91, 80 and BE. RGB value is (145,128,190). Sum of RGB (Red+Green+Blue) = 145+128+190=463 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.32% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #9180BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9180BE is #6E7F41. Grayscale: #8B8B8B. Windows color (decimal): -7241538 or 12484753. OLE color: 12484753.

HSL color Cylindrical-coordinate representation of color #9180BE: hue angle of 256.45º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9180BE is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 145 128 190 -
CMYK 0.24 0.33 0 0.25
HSL 256.45º 0.32% 0.62% -
HSV(B) 256.45º 0.33% 0.75% -
XYZ 28.69 25.18 52.06 -
YUV 140.15 156.13 131.46 -
System Red Green Blue C M Y K H S L
Decimal 145 128 190 0.24 0.33 0 0.25 256.45 0.32 0.62
Hex 91 80 BE 18 21 0 19 100 20 3E
Octal 221 200 276 30 41 0 31 400 40 76
Binary 10010001 10000000 10111110 11000 100001 0 11001 100000000 100000 111110

Color Harmonies of #9180BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9180BE

Black with #9180BE

Text Example


Text Example

White with #9180BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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