Html Css Color HEX #998CAA Cold Purple

📋 copy color: '#998CAA'

red 153 ◦ green 140 ◦ blue 170

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

Shades of Cold Purple #998CAA

Tints of Cold Purple #998CAA

RGB

 RED value IS 153 (60.16% from 255) = 33.05%

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

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

R = 33.05%
G = 30.24%
B = 36.72%

CMYK

 C value IS 0.1

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#998CAA (or 0x998CAA) is known color: Cold Purple. HEX triplet: 99, 8C and AA. RGB value is (153,140,170). Sum of RGB (Red+Green+Blue) = 153+140+170=463 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.05% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 170 - color contains mainly: blue. Hex color #998CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998CAA is #667355. Grayscale: #939393. Windows color (decimal): -6714198 or 11177113. OLE color: 11177113.

HSL color Cylindrical-coordinate representation of color #998CAA: hue angle of 266º 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 #998CAA is Cyan = 0.1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 140 170 -
CMYK 0.1 0.18 0 0.33
HSL 266º 0.15% 0.61% -
HSV(B) 266º 0.18% 0.67% -
XYZ 29.77 28.43 41.95 -
YUV 147.31 140.81 132.06 -
System Red Green Blue C M Y K H S L
Decimal 153 140 170 0.1 0.18 0 0.33 266 0.15 0.61
Hex 99 8C AA A 12 0 21 10A F 3D
Octal 231 214 252 12 22 0 41 412 17 75
Binary 10011001 10001100 10101010 1010 10010 0 100001 100001010 1111 111101

Color Harmonies of #998CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998CAA

Black with #998CAA

Text Example


Text Example

White with #998CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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