Html Css Color HEX #998DAB Cold Purple

📋 copy color: '#998DAB'

red 153 ◦ green 141 ◦ blue 171

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

Shades of Cold Purple #998DAB

Tints of Cold Purple #998DAB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.32%

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

R = 32.9%
G = 30.32%
B = 36.77%

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

#998DAB (or 0x998DAB) is known color: Cold Purple. HEX triplet: 99, 8D and AB. RGB value is (153,141,171). Sum of RGB (Red+Green+Blue) = 153+141+171=465 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.90% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 171 - color contains mainly: blue. Hex color #998DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998DAB is #667254. Grayscale: #939393. Windows color (decimal): -6713941 or 11242905. OLE color: 11242905.

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

Color convert

RGB 153 141 171 -
CMYK 0.11 0.18 0 0.33
HSL 264º 0.15% 0.61% -
HSV(B) 264º 0.18% 0.67% -
XYZ 30.01 28.76 42.5 -
YUV 148.01 140.98 131.56 -
System Red Green Blue C M Y K H S L
Decimal 153 141 171 0.11 0.18 0 0.33 264 0.15 0.61
Hex 99 8D AB B 12 0 21 108 F 3D
Octal 231 215 253 13 22 0 41 410 17 75
Binary 10011001 10001101 10101011 1011 10010 0 100001 100001000 1111 111101

Color Harmonies of #998DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998DAB

Black with #998DAB

Text Example


Text Example

White with #998DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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