Html Css Color HEX #9185BD Cold Purple

📋 copy color: '#9185BD'

red 145 ◦ green 133 ◦ blue 189

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

Shades of Cold Purple #9185BD

Tints of Cold Purple #9185BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.47%

R = 31.05%
G = 28.48%
B = 40.47%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9185BD (or 0x9185BD) is known color: Cold Purple. HEX triplet: 91, 85 and BD. RGB value is (145,133,189). Sum of RGB (Red+Green+Blue) = 145+133+189=467 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.05% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 189 - color contains mainly: blue. Hex color #9185BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9185BD is #6E7A42. Grayscale: #8E8E8E. Windows color (decimal): -7240259 or 12420497. OLE color: 12420497.

HSL color Cylindrical-coordinate representation of color #9185BD: hue angle of 252.86º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9185BD is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 145 133 189 -
CMYK 0.23 0.30 0 0.26
HSL 252.86º 0.3% 0.63% -
HSV(B) 252.86º 0.3% 0.74% -
XYZ 29.25 26.47 51.71 -
YUV 142.97 153.98 129.45 -
System Red Green Blue C M Y K H S L
Decimal 145 133 189 0.23 0.30 0 0.26 252.86 0.3 0.63
Hex 91 85 BD 17 1E 0 1A FD 1E 3F
Octal 221 205 275 27 36 0 32 375 36 77
Binary 10010001 10000101 10111101 10111 11110 0 11010 11111101 11110 111111

Color Harmonies of #9185BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9185BD

Black with #9185BD

Text Example


Text Example

White with #9185BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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