#9784BE

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

Shades of Cold Purple #9784BE

Tints of Cold Purple #9784BE

Color information

#9784BE (or 0x9784BE) is unknown color: approx Cold Purple. HEX triplet: 97, 84 and BE. RGB value is (151,132,190). Sum of RGB (Red+Green+Blue) = 151+132+190=473 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.92% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #9784BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9784BE is #687B41. Grayscale: #909090. Windows color (decimal): -6847298 or 12485783. OLE color: 12485783.

HSL color Cylindrical-coordinate representation of color #9784BE: hue angle of 259.66º degrees, saturation: 0.31, 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 #9784BE is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB151132190-
CMYK0.210.3100.25
HSL259.66º30.85%63.14%-
HSV(B)259.66º30.53%74.51%-
XYZ30.3126.852.29-
YUV144.29153.79132.78-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.92%
GREEN value IS 132 (51.95% from 255) = 27.91%
BLUE value IS 190 (74.61% from 255) = 40.17%
R=31.92%
G=27.91%
B=40.17%

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
Decimal1511321900.210.3100.25259.6630.8563.14
Hex9784BE151F0191041f3f
Octal22720427625370314043777
Binary100101111000010010111110101011111101100110000010011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9784BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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