#9185BE

Color #9185BE Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #9185BE

Tints of Cold Purple #9185BE

Color information

#9185BE (or 0x9185BE) is unknown color: approx Cold Purple. HEX triplet: 91, 85 and BE. RGB value is (145,133,190). Sum of RGB (Red+Green+Blue) = 145+133+190=468 (61% of max value = 765). Red value is 145 (57.03% from 255 or 30.98% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #9185BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9185BE is #6E7A41. Grayscale: #8E8E8E. Windows color (decimal): -7240258 or 12486033. OLE color: 12486033.

HSL color Cylindrical-coordinate representation of color #9185BE: hue angle of 252.63º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9185BE is Cyan = 0.24, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB145133190-
CMYK0.240.300.25
HSL252.63º30.48%63.33%-
HSV(B)252.63º30%74.51%-
XYZ29.3626.5152.29-
YUV143.09154.48129.37-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.98%
GREEN value IS 133 (52.34% from 255) = 28.42%
BLUE value IS 190 (74.61% from 255) = 40.60%
R=30.98%
G=28.42%
B=40.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1451331900.240.300.25252.6330.4863.33
Hex9185BE181E019fd1e3f
Octal22120527630360313753677
Binary10010001100001011011111011000111100110011111110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9185BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9185BE;
 }
 .AnyTagClassName
 {
   color: #9185BE;
 }
</style>
background-color css

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

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

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

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

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

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