#9184BC

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

Shades of Cold Purple #9184BC

Tints of Cold Purple #9184BC

Color information

#9184BC (or 0x9184BC) is unknown color: approx Cold Purple. HEX triplet: 91, 84 and BC. RGB value is (145,132,188). Sum of RGB (Red+Green+Blue) = 145+132+188=465 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.18% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 188 - color contains mainly: blue. Hex color #9184BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9184BC is #6E7B43. Grayscale: #8E8E8E. Windows color (decimal): -7240516 or 12354705. OLE color: 12354705.

HSL color Cylindrical-coordinate representation of color #9184BC: hue angle of 253.93º degrees, saturation: 0.29, 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 #9184BC is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB145132188-
CMYK0.230.3000.26
HSL253.93º29.47%62.75%-
HSV(B)253.93º29.79%73.73%-
XYZ29.0126.1551.1-
YUV142.27153.81129.95-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.18%
GREEN value IS 132 (51.95% from 255) = 28.39%
BLUE value IS 188 (73.83% from 255) = 40.43%
R=31.18%
G=28.39%
B=40.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1451321880.230.3000.26253.9329.4762.75
Hex9184BC171E01Afe1d3f
Octal22120427427360323763577
Binary10010001100001001011110010111111100110101111111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9184BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9184BC; }

 p { color: rgb(145,132,188); }

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

<style>
 a { background-color: #9184BC; }

 a { background-color: rgb(145,132,188); }

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

<style>
 span { border-color: #9184BC; }

 span { border-color: rgb(145,132,188); }

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