Html Css Color HEX #9180BA Cold Purple

📋 copy color: '#9180BA'

red 145 ◦ green 128 ◦ blue 186

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

Shades of Cold Purple #9180BA

Tints of Cold Purple #9180BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.52%

R = 31.59%
G = 27.89%
B = 40.52%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9180BA (or 0x9180BA) is known color: Cold Purple. HEX triplet: 91, 80 and BA. RGB value is (145,128,186). Sum of RGB (Red+Green+Blue) = 145+128+186=459 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.59% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #9180BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9180BA is #6E7F45. Grayscale: #8B8B8B. Windows color (decimal): -7241542 or 12222609. OLE color: 12222609.

HSL color Cylindrical-coordinate representation of color #9180BA: hue angle of 257.59º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9180BA is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 145 128 186 -
CMYK 0.22 0.31 0 0.27
HSL 257.59º 0.3% 0.62% -
HSV(B) 257.59º 0.31% 0.73% -
XYZ 28.26 25 49.79 -
YUV 139.7 154.13 131.78 -
System Red Green Blue C M Y K H S L
Decimal 145 128 186 0.22 0.31 0 0.27 257.59 0.3 0.62
Hex 91 80 BA 16 1F 0 1B 102 1E 3E
Octal 221 200 272 26 37 0 33 402 36 76
Binary 10010001 10000000 10111010 10110 11111 0 11011 100000010 11110 111110

Color Harmonies of #9180BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9180BA

Black with #9180BA

Text Example


Text Example

White with #9180BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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