#9789CE

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

Shades of Cold Purple #9789CE

Tints of Cold Purple #9789CE

Color information

#9789CE (or 0x9789CE) is unknown color: approx Cold Purple. HEX triplet: 97, 89 and CE. RGB value is (151,137,206). Sum of RGB (Red+Green+Blue) = 151+137+206=494 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.57% from 494); Green value is 137 (53.91% from 255 or 27.73% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #9789CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9789CE is #687631. Grayscale: #949494. Windows color (decimal): -6846002 or 13535639. OLE color: 13535639.

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

Color convert

RGB151137206-
CMYK0.270.3300.19
HSL252.17º41.32%67.25%-
HSV(B)252.17º33.5%80.78%-
XYZ32.8528.9362.24-
YUV149.05160.14129.39-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.57%
GREEN value IS 137 (53.91% from 255) = 27.73%
BLUE value IS 206 (80.86% from 255) = 41.70%
R=30.57%
G=27.73%
B=41.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1511372060.270.3300.19252.1741.3267.25
Hex9789CE1B21013fc2943
Octal227211316334102337451103
Binary10010111100010011100111011011100001010011111111001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9789CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9789CE; }

 p { color: rgb(151,137,206); }

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

<style>
 a { background-color: #9789CE; }

 a { background-color: rgb(151,137,206); }

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

<style>
 span { border-color: #9789CE; }

 span { border-color: rgb(151,137,206); }

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