Html Css Color HEX #9890BB Cold Purple

📋 copy color: '#9890BB'

red 152 ◦ green 144 ◦ blue 187

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

Shades of Cold Purple #9890BB

Tints of Cold Purple #9890BB

RGB

 RED value IS 152 (59.77% from 255) = 31.47%

 GREEN value IS 144 (56.64% from 255) = 29.81%

 BLUE value IS 187 (73.44% from 255) = 38.72%

R = 31.47%
G = 29.81%
B = 38.72%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9890BB (or 0x9890BB) is known color: Cold Purple. HEX triplet: 98, 90 and BB. RGB value is (152,144,187). Sum of RGB (Red+Green+Blue) = 152+144+187=483 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.47% from 483); Green value is 144 (56.64% from 255 or 29.81% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 187 - color contains mainly: blue. Hex color #9890BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9890BB is #676F44. Grayscale: #979797. Windows color (decimal): -6778693 or 12292248. OLE color: 12292248.

HSL color Cylindrical-coordinate representation of color #9890BB: hue angle of 251.16º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9890BB is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 144 187 -
CMYK 0.19 0.23 0 0.27
HSL 251.16º 0.24% 0.65% -
HSV(B) 251.16º 0.23% 0.73% -
XYZ 31.89 30.21 51.16 -
YUV 151.29 148.15 128.5 -
System Red Green Blue C M Y K H S L
Decimal 152 144 187 0.19 0.23 0 0.27 251.16 0.24 0.65
Hex 98 90 BB 13 17 0 1B FB 18 41
Octal 230 220 273 23 27 0 33 373 30 101
Binary 10011000 10010000 10111011 10011 10111 0 11011 11111011 11000 1000001

Color Harmonies of #9890BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9890BB

Black with #9890BB

Text Example


Text Example

White with #9890BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9890BB; }

 p { color: rgb(152,144,187); }

 H1.HeaderClassName
 {
   color: #9890BB;
 }
 .AnyTagClassName
 {
   color: #9890BB;
 }
</style>

background-color css

<style>
 a { background-color: #9890BB; }

 a { background-color: rgb(152,144,187); }

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

border-color css

<style>
 span { border-color: #9890BB; }

 span { border-color: rgb(152,144,187); }

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