#9383BB

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

Shades of Cold Purple #9383BB

Tints of Cold Purple #9383BB

Color information

#9383BB (or 0x9383BB) is unknown color: approx Cold Purple. HEX triplet: 93, 83 and BB. RGB value is (147,131,187). Sum of RGB (Red+Green+Blue) = 147+131+187=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #9383BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9383BB is #6C7C44. Grayscale: #8D8D8D. Windows color (decimal): -7109701 or 12288915. OLE color: 12288915.

HSL color Cylindrical-coordinate representation of color #9383BB: hue angle of 257.14º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9383BB is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB147131187-
CMYK0.210.3000.27
HSL257.14º29.17%62.35%-
HSV(B)257.14º29.95%73.33%-
XYZ29.1226.0250.5-
YUV142.17153.3131.45-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.61%
GREEN value IS 131 (51.56% from 255) = 28.17%
BLUE value IS 187 (73.44% from 255) = 40.22%
R=31.61%
G=28.17%
B=40.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471311870.210.3000.27257.1429.1762.35
Hex9383BB151E01B1011d3e
Octal22320327325360334013576
Binary100100111000001110111011101011111001101110000000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9383BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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