Html Css Color HEX #998BAA Cold Purple

📋 copy color: '#998BAA'

red 153 ◦ green 139 ◦ blue 170

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

Shades of Cold Purple #998BAA

Tints of Cold Purple #998BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.8%

R = 33.12%
G = 30.09%
B = 36.8%

CMYK

 C value IS 0.1

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#998BAA (or 0x998BAA) is known color: Cold Purple. HEX triplet: 99, 8B and AA. RGB value is (153,139,170). Sum of RGB (Red+Green+Blue) = 153+139+170=462 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.12% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 170 - color contains mainly: blue. Hex color #998BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998BAA is #667455. Grayscale: #929292. Windows color (decimal): -6714454 or 11176857. OLE color: 11176857.

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

Color convert

RGB 153 139 170 -
CMYK 0.1 0.18 0 0.33
HSL 267.1º 0.15% 0.61% -
HSV(B) 267.1º 0.18% 0.67% -
XYZ 29.63 28.14 41.9 -
YUV 146.72 141.14 132.48 -
System Red Green Blue C M Y K H S L
Decimal 153 139 170 0.1 0.18 0 0.33 267.1 0.15 0.61
Hex 99 8B AA A 12 0 21 10B F 3D
Octal 231 213 252 12 22 0 41 413 17 75
Binary 10011001 10001011 10101010 1010 10010 0 100001 100001011 1111 111101

Color Harmonies of #998BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998BAA

Black with #998BAA

Text Example


Text Example

White with #998BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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