#9383BD

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

Shades of Cold Purple #9383BD

Tints of Cold Purple #9383BD

Color information

#9383BD (or 0x9383BD) is unknown color: approx Cold Purple. HEX triplet: 93, 83 and BD. RGB value is (147,131,189). Sum of RGB (Red+Green+Blue) = 147+131+189=467 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.48% from 467); Green value is 131 (51.56% from 255 or 28.05% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 189 - color contains mainly: blue. Hex color #9383BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9383BD is #6C7C42. Grayscale: #8E8E8E. Windows color (decimal): -7109699 or 12419987. OLE color: 12419987.

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

Color convert

RGB147131189-
CMYK0.220.3100.26
HSL256.55º30.53%62.75%-
HSV(B)256.55º30.69%74.12%-
XYZ29.3326.1151.64-
YUV142.4154.3131.28-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.48%
GREEN value IS 131 (51.56% from 255) = 28.05%
BLUE value IS 189 (74.22% from 255) = 40.47%
R=31.48%
G=28.05%
B=40.47%

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
Decimal1471311890.220.3100.26256.5530.5362.75
Hex9383BD161F01A1011f3f
Octal22320327526370324013777
Binary100100111000001110111101101101111101101010000000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9383BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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