Html Css Color HEX #9889B6 Cold Purple

📋 copy color: '#9889B6'

red 152 ◦ green 137 ◦ blue 182

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

Shades of Cold Purple #9889B6

Tints of Cold Purple #9889B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 38.64%

R = 32.27%
G = 29.09%
B = 38.64%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9889B6 (or 0x9889B6) is known color: Cold Purple. HEX triplet: 98, 89 and B6. RGB value is (152,137,182). Sum of RGB (Red+Green+Blue) = 152+137+182=471 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.27% from 471); Green value is 137 (53.91% from 255 or 29.09% from 471); Blue value is 182 (71.48% from 255 or 38.64% from 471); Max value from RGB is 182 - color contains mainly: blue. Hex color #9889B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9889B6 is #677649. Grayscale: #929292. Windows color (decimal): -6780490 or 11962776. OLE color: 11962776.

HSL color Cylindrical-coordinate representation of color #9889B6: hue angle of 260º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9889B6 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 152 137 182 -
CMYK 0.16 0.25 0 0.29
HSL 260º 0.24% 0.63% -
HSV(B) 260º 0.25% 0.71% -
XYZ 30.34 27.94 48.05 -
YUV 146.62 147.97 131.84 -
System Red Green Blue C M Y K H S L
Decimal 152 137 182 0.16 0.25 0 0.29 260 0.24 0.63
Hex 98 89 B6 10 19 0 1D 104 18 3F
Octal 230 211 266 20 31 0 35 404 30 77
Binary 10011000 10001001 10110110 10000 11001 0 11101 100000100 11000 111111

Color Harmonies of #9889B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9889B6

Black with #9889B6

Text Example


Text Example

White with #9889B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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