#9783BF

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

Shades of Cold Purple #9783BF

Tints of Cold Purple #9783BF

Color information

#9783BF (or 0x9783BF) is unknown color: approx Cold Purple. HEX triplet: 97, 83 and BF. RGB value is (151,131,191). Sum of RGB (Red+Green+Blue) = 151+131+191=473 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.92% from 473); Green value is 131 (51.56% from 255 or 27.70% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 191 - color contains mainly: blue. Hex color #9783BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9783BF is #687C40. Grayscale: #8F8F8F. Windows color (decimal): -6847553 or 12551063. OLE color: 12551063.

HSL color Cylindrical-coordinate representation of color #9783BF: hue angle of 260º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9783BF is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB151131191-
CMYK0.210.3100.25
HSL260º31.91%63.14%-
HSV(B)260º31.41%74.9%-
XYZ30.2826.5752.82-
YUV143.82154.63133.12-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.92%
GREEN value IS 131 (51.56% from 255) = 27.70%
BLUE value IS 191 (75% from 255) = 40.38%
R=31.92%
G=27.70%
B=40.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511311910.210.3100.2526031.9163.14
Hex9783BF151F019104203f
Octal22720327725370314044077
Binary1001011110000011101111111010111111011001100000100100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9783BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9783BF; }

 p { color: rgb(151,131,191); }

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

<style>
 a { background-color: #9783BF; }

 a { background-color: rgb(151,131,191); }

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

<style>
 span { border-color: #9783BF; }

 span { border-color: rgb(151,131,191); }

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