Html Css Color HEX #998BAE Cold Purple

📋 copy color: '#998BAE'

red 153 ◦ green 139 ◦ blue 174

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

Shades of Cold Purple #998BAE

Tints of Cold Purple #998BAE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.83%

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

R = 32.83%
G = 29.83%
B = 37.34%

CMYK

 C value IS 0.12

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#998BAE (or 0x998BAE) is known color: Cold Purple. HEX triplet: 99, 8B and AE. RGB value is (153,139,174). Sum of RGB (Red+Green+Blue) = 153+139+174=466 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.83% from 466); Green value is 139 (54.69% from 255 or 29.83% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 174 - color contains mainly: blue. Hex color #998BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998BAE is #667451. Grayscale: #939393. Windows color (decimal): -6714450 or 11439001. OLE color: 11439001.

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

Color convert

RGB 153 139 174 -
CMYK 0.12 0.20 0 0.32
HSL 264º 0.18% 0.61% -
HSV(B) 264º 0.2% 0.68% -
XYZ 30.01 28.29 43.92 -
YUV 147.18 143.14 132.15 -
System Red Green Blue C M Y K H S L
Decimal 153 139 174 0.12 0.20 0 0.32 264 0.18 0.61
Hex 99 8B AE C 14 0 20 108 12 3D
Octal 231 213 256 14 24 0 40 410 22 75
Binary 10011001 10001011 10101110 1100 10100 0 100000 100001000 10010 111101

Color Harmonies of #998BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998BAE

Black with #998BAE

Text Example


Text Example

White with #998BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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