Html Css Color HEX #998DAE Cold Purple

📋 copy color: '#998DAE'

red 153 ◦ green 141 ◦ blue 174

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

Shades of Cold Purple #998DAE

Tints of Cold Purple #998DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.18%

R = 32.69%
G = 30.13%
B = 37.18%

CMYK

 C value IS 0.12

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#998DAE (or 0x998DAE) is known color: Cold Purple. HEX triplet: 99, 8D and AE. RGB value is (153,141,174). Sum of RGB (Red+Green+Blue) = 153+141+174=468 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.69% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 174 (68.36% from 255 or 37.18% from 468); Max value from RGB is 174 - color contains mainly: blue. Hex color #998DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998DAE is #667251. Grayscale: #949494. Windows color (decimal): -6713938 or 11439513. OLE color: 11439513.

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

Color convert

RGB 153 141 174 -
CMYK 0.12 0.19 0 0.32
HSL 261.82º 0.17% 0.62% -
HSV(B) 261.82º 0.19% 0.68% -
XYZ 30.3 28.88 44.02 -
YUV 148.35 142.48 131.32 -
System Red Green Blue C M Y K H S L
Decimal 153 141 174 0.12 0.19 0 0.32 261.82 0.17 0.62
Hex 99 8D AE C 13 0 20 106 11 3E
Octal 231 215 256 14 23 0 40 406 21 76
Binary 10011001 10001101 10101110 1100 10011 0 100000 100000110 10001 111110

Color Harmonies of #998DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998DAE

Black with #998DAE

Text Example


Text Example

White with #998DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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