Html Css Color HEX #9989BE Cold Purple

📋 copy color: '#9989BE'

red 153 ◦ green 137 ◦ blue 190

#9989BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cold Purple #9989BE

Tints of Cold Purple #9989BE

RGB

 RED value IS 153 (60.16% from 255) = 31.88%

 GREEN value IS 137 (53.91% from 255) = 28.54%

 BLUE value IS 190 (74.61% from 255) = 39.58%

R = 31.88%
G = 28.54%
B = 39.58%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9989BE (or 0x9989BE) is known color: Cold Purple. HEX triplet: 99, 89 and BE. RGB value is (153,137,190). Sum of RGB (Red+Green+Blue) = 153+137+190=480 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.88% from 480); Green value is 137 (53.91% from 255 or 28.54% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 190 - color contains mainly: blue. Hex color #9989BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9989BE is #667641. Grayscale: #939393. Windows color (decimal): -6714946 or 12487065. OLE color: 12487065.

HSL color Cylindrical-coordinate representation of color #9989BE: hue angle of 258.11º 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 #9989BE is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 137 190 -
CMYK 0.19 0.28 0 0.25
HSL 258.11º 0.29% 0.64% -
HSV(B) 258.11º 0.28% 0.75% -
XYZ 31.38 28.38 52.54 -
YUV 147.83 151.8 131.69 -
System Red Green Blue C M Y K H S L
Decimal 153 137 190 0.19 0.28 0 0.25 258.11 0.29 0.64
Hex 99 89 BE 13 1C 0 19 102 1D 40
Octal 231 211 276 23 34 0 31 402 35 100
Binary 10011001 10001001 10111110 10011 11100 0 11001 100000010 11101 1000000

Color Harmonies of #9989BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9989BE

Black with #9989BE

Text Example


Text Example

White with #9989BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9989BE;
 }
 .AnyTagClassName
 {
   color: #9989BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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