Html Css Color HEX #998AAE Cold Purple

📋 copy color: '#998AAE'

red 153 ◦ green 138 ◦ blue 174

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

Shades of Cold Purple #998AAE

Tints of Cold Purple #998AAE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.68%

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

R = 32.9%
G = 29.68%
B = 37.42%

CMYK

 C value IS 0.12

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#998AAE (or 0x998AAE) is known color: Cold Purple. HEX triplet: 99, 8A and AE. RGB value is (153,138,174). Sum of RGB (Red+Green+Blue) = 153+138+174=465 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.90% from 465); Green value is 138 (54.30% from 255 or 29.68% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 174 - color contains mainly: blue. Hex color #998AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998AAE is #667551. Grayscale: #929292. Windows color (decimal): -6714706 or 11438745. OLE color: 11438745.

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

Color convert

RGB 153 138 174 -
CMYK 0.12 0.21 0 0.32
HSL 265º 0.18% 0.61% -
HSV(B) 265º 0.21% 0.68% -
XYZ 29.87 28.01 43.88 -
YUV 146.59 143.47 132.57 -
System Red Green Blue C M Y K H S L
Decimal 153 138 174 0.12 0.21 0 0.32 265 0.18 0.61
Hex 99 8A AE C 15 0 20 109 12 3D
Octal 231 212 256 14 25 0 40 411 22 75
Binary 10011001 10001010 10101110 1100 10101 0 100000 100001001 10010 111101

Color Harmonies of #998AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998AAE

Black with #998AAE

Text Example


Text Example

White with #998AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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