Html Css Color HEX #9187B7 Cold Purple

📋 copy color: '#9187B7'

red 145 ◦ green 135 ◦ blue 183

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

Shades of Cold Purple #9187B7

Tints of Cold Purple #9187B7

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.16%

 BLUE value IS 183 (71.88% from 255) = 39.52%

R = 31.32%
G = 29.16%
B = 39.52%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#9187B7 (or 0x9187B7) is known color: Cold Purple. HEX triplet: 91, 87 and B7. RGB value is (145,135,183). Sum of RGB (Red+Green+Blue) = 145+135+183=463 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.32% from 463); Green value is 135 (53.12% from 255 or 29.16% from 463); Blue value is 183 (71.88% from 255 or 39.52% from 463); Max value from RGB is 183 - color contains mainly: blue. Hex color #9187B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9187B7 is #6E7848. Grayscale: #8F8F8F. Windows color (decimal): -7239753 or 12027793. OLE color: 12027793.

HSL color Cylindrical-coordinate representation of color #9187B7: hue angle of 252.5º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9187B7 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 145 135 183 -
CMYK 0.21 0.26 0 0.28
HSL 252.5º 0.25% 0.62% -
HSV(B) 252.5º 0.26% 0.72% -
XYZ 28.89 26.77 48.44 -
YUV 143.46 150.31 129.1 -
System Red Green Blue C M Y K H S L
Decimal 145 135 183 0.21 0.26 0 0.28 252.5 0.25 0.62
Hex 91 87 B7 15 1A 0 1C FD 19 3E
Octal 221 207 267 25 32 0 34 375 31 76
Binary 10010001 10000111 10110111 10101 11010 0 11100 11111101 11001 111110

Color Harmonies of #9187B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9187B7

Black with #9187B7

Text Example


Text Example

White with #9187B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9187B7; }

 p { color: rgb(145,135,183); }

 H1.HeaderClassName
 {
   color: #9187B7;
 }
 .AnyTagClassName
 {
   color: #9187B7;
 }
</style>

background-color css

<style>
 a { background-color: #9187B7; }

 a { background-color: rgb(145,135,183); }

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

border-color css

<style>
 span { border-color: #9187B7; }

 span { border-color: rgb(145,135,183); }

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