#9784BA

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

Shades of Cold Purple #9784BA

Tints of Cold Purple #9784BA

Color information

#9784BA (or 0x9784BA) is unknown color: approx Cold Purple. HEX triplet: 97, 84 and BA. RGB value is (151,132,186). Sum of RGB (Red+Green+Blue) = 151+132+186=469 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.20% from 469); Green value is 132 (51.95% from 255 or 28.14% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 186 - color contains mainly: blue. Hex color #9784BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9784BA is #687B45. Grayscale: #8F8F8F. Windows color (decimal): -6847302 or 12223639. OLE color: 12223639.

HSL color Cylindrical-coordinate representation of color #9784BA: hue angle of 261.11º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9784BA is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB151132186-
CMYK0.190.2900.27
HSL261.11º28.12%62.35%-
HSV(B)261.11º29.03%72.94%-
XYZ29.8826.6350.02-
YUV143.84151.79133.11-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.20%
GREEN value IS 132 (51.95% from 255) = 28.14%
BLUE value IS 186 (73.05% from 255) = 39.66%
R=32.20%
G=28.14%
B=39.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1511321860.190.2900.27261.1128.1262.35
Hex9784BA131D01B1051c3e
Octal22720427223350334053476
Binary100101111000010010111010100111110101101110000010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9784BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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