Html Css Color HEX #9185B5 Cold Purple

📋 copy color: '#9185B5'

red 145 ◦ green 133 ◦ blue 181

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

Shades of Cold Purple #9185B5

Tints of Cold Purple #9185B5

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.98%

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

R = 31.59%
G = 28.98%
B = 39.43%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9185B5 (or 0x9185B5) is known color: Cold Purple. HEX triplet: 91, 85 and B5. RGB value is (145,133,181). Sum of RGB (Red+Green+Blue) = 145+133+181=459 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.59% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 181 (71.09% from 255 or 39.43% from 459); Max value from RGB is 181 - color contains mainly: blue. Hex color #9185B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9185B5 is #6E7A4A. Grayscale: #8D8D8D. Windows color (decimal): -7240267 or 11896209. OLE color: 11896209.

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

Color convert

RGB 145 133 181 -
CMYK 0.20 0.27 0 0.29
HSL 255º 0.24% 0.62% -
HSV(B) 255º 0.27% 0.71% -
XYZ 28.41 26.13 47.26 -
YUV 142.06 149.98 130.1 -
System Red Green Blue C M Y K H S L
Decimal 145 133 181 0.20 0.27 0 0.29 255 0.24 0.62
Hex 91 85 B5 14 1B 0 1D FF 18 3E
Octal 221 205 265 24 33 0 35 377 30 76
Binary 10010001 10000101 10110101 10100 11011 0 11101 11111111 11000 111110

Color Harmonies of #9185B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9185B5

Black with #9185B5

Text Example


Text Example

White with #9185B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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