#9382BC

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

Shades of Cold Purple #9382BC

Tints of Cold Purple #9382BC

Color information

#9382BC (or 0x9382BC) is unknown color: approx Cold Purple. HEX triplet: 93, 82 and BC. RGB value is (147,130,188). Sum of RGB (Red+Green+Blue) = 147+130+188=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 130 (51.17% from 255 or 27.96% 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 #9382BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9382BC is #6C7D43. Grayscale: #8D8D8D. Windows color (decimal): -7109956 or 12354195. OLE color: 12354195.

HSL color Cylindrical-coordinate representation of color #9382BC: hue angle of 257.59º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9382BC is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB147130188-
CMYK0.220.3100.26
HSL257.59º30.21%62.35%-
HSV(B)257.59º30.85%73.73%-
XYZ29.0925.851.02-
YUV141.7154.13131.78-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.61%
GREEN value IS 130 (51.17% from 255) = 27.96%
BLUE value IS 188 (73.83% from 255) = 40.43%
R=31.61%
G=27.96%
B=40.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1471301880.220.3100.26257.5930.2162.35
Hex9382BC161F01A1021e3e
Octal22320227426370324023676
Binary100100111000001010111100101101111101101010000001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9382BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,130,188); }

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

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

 a { background-color: rgb(147,130,188); }

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

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

 span { border-color: rgb(147,130,188); }

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