#9789BE

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

Shades of Cold Purple #9789BE

Tints of Cold Purple #9789BE

Color information

#9789BE (or 0x9789BE) is unknown color: approx Cold Purple. HEX triplet: 97, 89 and BE. RGB value is (151,137,190). Sum of RGB (Red+Green+Blue) = 151+137+190=478 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.59% from 478); Green value is 137 (53.91% from 255 or 28.66% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #9789BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9789BE is #687641. Grayscale: #939393. Windows color (decimal): -6846018 or 12487063. OLE color: 12487063.

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

Color convert

RGB151137190-
CMYK0.210.2800.25
HSL255.85º28.96%64.12%-
HSV(B)255.85º27.89%74.51%-
XYZ3128.1952.52-
YUV147.23152.14130.69-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.59%
GREEN value IS 137 (53.91% from 255) = 28.66%
BLUE value IS 190 (74.61% from 255) = 39.75%
R=31.59%
G=28.66%
B=39.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511371900.210.2800.25255.8528.9664.12
Hex9789BE151C0191001d40
Octal227211276253403140035100
Binary1001011110001001101111101010111100011001100000000111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9789BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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