#9785BF

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

Shades of Cold Purple #9785BF

Tints of Cold Purple #9785BF

Color information

#9785BF (or 0x9785BF) is unknown color: approx Cold Purple. HEX triplet: 97, 85 and BF. RGB value is (151,133,191). Sum of RGB (Red+Green+Blue) = 151+133+191=475 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.79% from 475); Green value is 133 (52.34% from 255 or 28% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 191 - color contains mainly: blue. Hex color #9785BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9785BF is #687A40. Grayscale: #909090. Windows color (decimal): -6847041 or 12551575. OLE color: 12551575.

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

Color convert

RGB151133191-
CMYK0.210.3000.25
HSL258.62º31.18%63.53%-
HSV(B)258.62º30.37%74.9%-
XYZ30.5527.1252.91-
YUV144.99153.96132.28-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.79%
GREEN value IS 133 (52.34% from 255) = 28%
BLUE value IS 191 (75% from 255) = 40.21%
R=31.79%
G=28%
B=40.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511331910.210.3000.25258.6231.1863.53
Hex9785BF151E0191031f40
Octal227205277253603140337100
Binary1001011110000101101111111010111110011001100000011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9785BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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