#9785CF

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

Shades of Cold Purple #9785CF

Tints of Cold Purple #9785CF

Color information

#9785CF (or 0x9785CF) is unknown color: approx Cold Purple. HEX triplet: 97, 85 and CF. RGB value is (151,133,207). Sum of RGB (Red+Green+Blue) = 151+133+207=491 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.75% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #9785CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9785CF is #687A30. Grayscale: #929292. Windows color (decimal): -6847025 or 13600151. OLE color: 13600151.

HSL color Cylindrical-coordinate representation of color #9785CF: hue angle of 254.59º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9785CF is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB151133207-
CMYK0.270.3600.19
HSL254.59º43.53%66.67%-
HSV(B)254.59º35.75%81.18%-
XYZ32.4127.8662.7-
YUV146.82161.96130.98-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.75%
GREEN value IS 133 (52.34% from 255) = 27.09%
BLUE value IS 207 (81.25% from 255) = 42.16%
R=30.75%
G=27.09%
B=42.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1511332070.270.3600.19254.5943.5366.67
Hex9785CF1B24013ff2c43
Octal227205317334402337754103
Binary10010111100001011100111111011100100010011111111111011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9785CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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