Html Css Color HEX #9888AE Cold Purple

📋 copy color: '#9888AE'

red 152 ◦ green 136 ◦ blue 174

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

Shades of Cold Purple #9888AE

Tints of Cold Purple #9888AE

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.44%

 BLUE value IS 174 (68.36% from 255) = 37.66%

R = 32.9%
G = 29.44%
B = 37.66%

CMYK

 C value IS 0.13

 M value IS 0.22

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9888AE (or 0x9888AE) is known color: Cold Purple. HEX triplet: 98, 88 and AE. RGB value is (152,136,174). Sum of RGB (Red+Green+Blue) = 152+136+174=462 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.90% from 462); Green value is 136 (53.52% from 255 or 29.44% from 462); Blue value is 174 (68.36% from 255 or 37.66% from 462); Max value from RGB is 174 - color contains mainly: blue. Hex color #9888AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9888AE is #677751. Grayscale: #909090. Windows color (decimal): -6780754 or 11438232. OLE color: 11438232.

HSL color Cylindrical-coordinate representation of color #9888AE: hue angle of 265.26º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9888AE is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 152 136 174 -
CMYK 0.13 0.22 0 0.32
HSL 265.26º 0.19% 0.61% -
HSV(B) 265.26º 0.22% 0.68% -
XYZ 29.39 27.34 43.77 -
YUV 145.12 144.3 132.91 -
System Red Green Blue C M Y K H S L
Decimal 152 136 174 0.13 0.22 0 0.32 265.26 0.19 0.61
Hex 98 88 AE D 16 0 20 109 13 3D
Octal 230 210 256 15 26 0 40 411 23 75
Binary 10011000 10001000 10101110 1101 10110 0 100000 100001001 10011 111101

Color Harmonies of #9888AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9888AE

Black with #9888AE

Text Example


Text Example

White with #9888AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9888AE; }

 p { color: rgb(152,136,174); }

 H1.HeaderClassName
 {
   color: #9888AE;
 }
 .AnyTagClassName
 {
   color: #9888AE;
 }
</style>

background-color css

<style>
 a { background-color: #9888AE; }

 a { background-color: rgb(152,136,174); }

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

border-color css

<style>
 span { border-color: #9888AE; }

 span { border-color: rgb(152,136,174); }

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