Html Css Color HEX #988CAA Cold Purple

📋 copy color: '#988CAA'

red 152 ◦ green 140 ◦ blue 170

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

Shades of Cold Purple #988CAA

Tints of Cold Purple #988CAA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.3%

 BLUE value IS 170 (66.8% from 255) = 36.8%

R = 32.9%
G = 30.3%
B = 36.8%

CMYK

 C value IS 0.11

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#988CAA (or 0x988CAA) is known color: Cold Purple. HEX triplet: 98, 8C and AA. RGB value is (152,140,170). Sum of RGB (Red+Green+Blue) = 152+140+170=462 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.90% from 462); Green value is 140 (55.08% from 255 or 30.30% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 170 - color contains mainly: blue. Hex color #988CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988CAA is #677355. Grayscale: #929292. Windows color (decimal): -6779734 or 11177112. OLE color: 11177112.

HSL color Cylindrical-coordinate representation of color #988CAA: hue angle of 264º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #988CAA is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 140 170 -
CMYK 0.11 0.18 0 0.33
HSL 264º 0.15% 0.61% -
HSV(B) 264º 0.18% 0.67% -
XYZ 29.58 28.33 41.94 -
YUV 147.01 140.98 131.56 -
System Red Green Blue C M Y K H S L
Decimal 152 140 170 0.11 0.18 0 0.33 264 0.15 0.61
Hex 98 8C AA B 12 0 21 108 F 3D
Octal 230 214 252 13 22 0 41 410 17 75
Binary 10011000 10001100 10101010 1011 10010 0 100001 100001000 1111 111101

Color Harmonies of #988CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988CAA

Black with #988CAA

Text Example


Text Example

White with #988CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988CAA; }

 p { color: rgb(152,140,170); }

 H1.HeaderClassName
 {
   color: #988CAA;
 }
 .AnyTagClassName
 {
   color: #988CAA;
 }
</style>

background-color css

<style>
 a { background-color: #988CAA; }

 a { background-color: rgb(152,140,170); }

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

border-color css

<style>
 span { border-color: #988CAA; }

 span { border-color: rgb(152,140,170); }

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