Html Css Color HEX #998CAB Cold Purple

📋 copy color: '#998CAB'

red 153 ◦ green 140 ◦ blue 171

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

Shades of Cold Purple #998CAB

Tints of Cold Purple #998CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.85%

R = 32.97%
G = 30.17%
B = 36.85%

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

#998CAB (or 0x998CAB) is known color: Cold Purple. HEX triplet: 99, 8C and AB. RGB value is (153,140,171). Sum of RGB (Red+Green+Blue) = 153+140+171=464 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.97% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 171 - color contains mainly: blue. Hex color #998CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998CAB is #667354. Grayscale: #939393. Windows color (decimal): -6714197 or 11242649. OLE color: 11242649.

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

Color convert

RGB 153 140 171 -
CMYK 0.11 0.18 0 0.33
HSL 265.16º 0.16% 0.61% -
HSV(B) 265.16º 0.18% 0.67% -
XYZ 29.87 28.47 42.45 -
YUV 147.42 141.31 131.98 -
System Red Green Blue C M Y K H S L
Decimal 153 140 171 0.11 0.18 0 0.33 265.16 0.16 0.61
Hex 99 8C AB B 12 0 21 109 10 3D
Octal 231 214 253 13 22 0 41 411 20 75
Binary 10011001 10001100 10101011 1011 10010 0 100001 100001001 10000 111101

Color Harmonies of #998CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998CAB

Black with #998CAB

Text Example


Text Example

White with #998CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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