Html Css Color HEX #9187B5 Cold Purple

📋 copy color: '#9187B5'

red 145 ◦ green 135 ◦ blue 181

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

Shades of Cold Purple #9187B5

Tints of Cold Purple #9187B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.26%

R = 31.45%
G = 29.28%
B = 39.26%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9187B5 (or 0x9187B5) is known color: Cold Purple. HEX triplet: 91, 87 and B5. RGB value is (145,135,181). Sum of RGB (Red+Green+Blue) = 145+135+181=461 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.45% from 461); Green value is 135 (53.12% from 255 or 29.28% from 461); Blue value is 181 (71.09% from 255 or 39.26% from 461); Max value from RGB is 181 - color contains mainly: blue. Hex color #9187B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9187B5 is #6E784A. Grayscale: #8F8F8F. Windows color (decimal): -7239755 or 11896721. OLE color: 11896721.

HSL color Cylindrical-coordinate representation of color #9187B5: hue angle of 253.04º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9187B5 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 145 135 181 -
CMYK 0.20 0.25 0 0.29
HSL 253.04º 0.24% 0.62% -
HSV(B) 253.04º 0.25% 0.71% -
XYZ 28.68 26.68 47.35 -
YUV 143.23 149.31 129.26 -
System Red Green Blue C M Y K H S L
Decimal 145 135 181 0.20 0.25 0 0.29 253.04 0.24 0.62
Hex 91 87 B5 14 19 0 1D FD 18 3E
Octal 221 207 265 24 31 0 35 375 30 76
Binary 10010001 10000111 10110101 10100 11001 0 11101 11111101 11000 111110

Color Harmonies of #9187B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9187B5

Black with #9187B5

Text Example


Text Example

White with #9187B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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