#9783BA

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

Shades of Cold Purple #9783BA

Tints of Cold Purple #9783BA

Color information

#9783BA (or 0x9783BA) is unknown color: approx Cold Purple. HEX triplet: 97, 83 and BA. RGB value is (151,131,186). Sum of RGB (Red+Green+Blue) = 151+131+186=468 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.26% from 468); Green value is 131 (51.56% from 255 or 27.99% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #9783BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9783BA is #687C45. Grayscale: #8F8F8F. Windows color (decimal): -6847558 or 12223383. OLE color: 12223383.

HSL color Cylindrical-coordinate representation of color #9783BA: hue angle of 261.82º degrees, saturation: 0.28, 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 #9783BA is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB151131186-
CMYK0.190.3000.27
HSL261.82º28.5%62.16%-
HSV(B)261.82º29.57%72.94%-
XYZ29.7426.3649.97-
YUV143.25152.13133.53-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.26%
GREEN value IS 131 (51.56% from 255) = 27.99%
BLUE value IS 186 (73.05% from 255) = 39.74%
R=32.26%
G=27.99%
B=39.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1511311860.190.3000.27261.8228.562.16
Hex9783BA131E01B1061c3e
Octal22720327223360334063476
Binary100101111000001110111010100111111001101110000011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9783BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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