#9785BE

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

Shades of Cold Purple #9785BE

Tints of Cold Purple #9785BE

Color information

#9785BE (or 0x9785BE) is unknown color: approx Cold Purple. HEX triplet: 97, 85 and BE. RGB value is (151,133,190). Sum of RGB (Red+Green+Blue) = 151+133+190=474 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.86% from 474); Green value is 133 (52.34% from 255 or 28.06% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #9785BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9785BE is #687A41. Grayscale: #909090. Windows color (decimal): -6847042 or 12486039. OLE color: 12486039.

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

Color convert

RGB151133190-
CMYK0.210.300.25
HSL258.95º30.48%63.33%-
HSV(B)258.95º30%74.51%-
XYZ30.4427.0752.34-
YUV144.88153.46132.37-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.86%
GREEN value IS 133 (52.34% from 255) = 28.06%
BLUE value IS 190 (74.61% from 255) = 40.08%
R=31.86%
G=28.06%
B=40.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511331900.210.300.25258.9530.4863.33
Hex9785BE151E0191031e3f
Octal22720527625360314033677
Binary100101111000010110111110101011111001100110000001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9785BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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