#9383BC

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

Shades of Cold Purple #9383BC

Tints of Cold Purple #9383BC

Color information

#9383BC (or 0x9383BC) is unknown color: approx Cold Purple. HEX triplet: 93, 83 and BC. RGB value is (147,131,188). Sum of RGB (Red+Green+Blue) = 147+131+188=466 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.55% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 188 - color contains mainly: blue. Hex color #9383BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9383BC is #6C7C43. Grayscale: #8E8E8E. Windows color (decimal): -7109700 or 12354451. OLE color: 12354451.

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

Color convert

RGB147131188-
CMYK0.220.3000.26
HSL256.84º29.84%62.55%-
HSV(B)256.84º30.32%73.73%-
XYZ29.2326.0751.07-
YUV142.28153.8131.37-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.55%
GREEN value IS 131 (51.56% from 255) = 28.11%
BLUE value IS 188 (73.83% from 255) = 40.34%
R=31.55%
G=28.11%
B=40.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1471311880.220.3000.26256.8429.8462.55
Hex9383BC161E01A1011e3f
Octal22320327426360324013677
Binary100100111000001110111100101101111001101010000000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9383BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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