Html Css Color HEX #998DAD Cold Purple

📋 copy color: '#998DAD'

red 153 ◦ green 141 ◦ blue 173

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

Shades of Cold Purple #998DAD

Tints of Cold Purple #998DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.04%

R = 32.76%
G = 30.19%
B = 37.04%

CMYK

 C value IS 0.12

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#998DAD (or 0x998DAD) is known color: Cold Purple. HEX triplet: 99, 8D and AD. RGB value is (153,141,173). Sum of RGB (Red+Green+Blue) = 153+141+173=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 141 (55.47% from 255 or 30.19% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 173 - color contains mainly: blue. Hex color #998DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998DAD is #667252. Grayscale: #949494. Windows color (decimal): -6713939 or 11373977. OLE color: 11373977.

HSL color Cylindrical-coordinate representation of color #998DAD: hue angle of 262.5º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #998DAD is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 153 141 173 -
CMYK 0.12 0.18 0 0.32
HSL 262.5º 0.16% 0.62% -
HSV(B) 262.5º 0.18% 0.68% -
XYZ 30.2 28.84 43.51 -
YUV 148.24 141.98 131.4 -
System Red Green Blue C M Y K H S L
Decimal 153 141 173 0.12 0.18 0 0.32 262.5 0.16 0.62
Hex 99 8D AD C 12 0 20 106 10 3E
Octal 231 215 255 14 22 0 40 406 20 76
Binary 10011001 10001101 10101101 1100 10010 0 100000 100000110 10000 111110

Color Harmonies of #998DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998DAD

Black with #998DAD

Text Example


Text Example

White with #998DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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