Html Css Color HEX #9889BC Cold Purple

📋 copy color: '#9889BC'

red 152 ◦ green 137 ◦ blue 188

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

Shades of Cold Purple #9889BC

Tints of Cold Purple #9889BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.41%

R = 31.87%
G = 28.72%
B = 39.41%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9889BC (or 0x9889BC) is known color: Cold Purple. HEX triplet: 98, 89 and BC. RGB value is (152,137,188). Sum of RGB (Red+Green+Blue) = 152+137+188=477 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.87% from 477); Green value is 137 (53.91% from 255 or 28.72% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 188 - color contains mainly: blue. Hex color #9889BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9889BC is #677643. Grayscale: #939393. Windows color (decimal): -6780484 or 12355992. OLE color: 12355992.

HSL color Cylindrical-coordinate representation of color #9889BC: hue angle of 257.65º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9889BC is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 137 188 -
CMYK 0.19 0.27 0 0.26
HSL 257.65º 0.28% 0.64% -
HSV(B) 257.65º 0.27% 0.74% -
XYZ 30.97 28.2 51.39 -
YUV 147.3 150.97 131.35 -
System Red Green Blue C M Y K H S L
Decimal 152 137 188 0.19 0.27 0 0.26 257.65 0.28 0.64
Hex 98 89 BC 13 1B 0 1A 102 1C 40
Octal 230 211 274 23 33 0 32 402 34 100
Binary 10011000 10001001 10111100 10011 11011 0 11010 100000010 11100 1000000

Color Harmonies of #9889BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9889BC

Black with #9889BC

Text Example


Text Example

White with #9889BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9889BC; }

 p { color: rgb(152,137,188); }

 H1.HeaderClassName
 {
   color: #9889BC;
 }
 .AnyTagClassName
 {
   color: #9889BC;
 }
</style>

background-color css

<style>
 a { background-color: #9889BC; }

 a { background-color: rgb(152,137,188); }

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

border-color css

<style>
 span { border-color: #9889BC; }

 span { border-color: rgb(152,137,188); }

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