Html Css Color HEX #998BAD Cold Purple

📋 copy color: '#998BAD'

red 153 ◦ green 139 ◦ blue 173

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

Shades of Cold Purple #998BAD

Tints of Cold Purple #998BAD

RGB

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

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

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

R = 32.9%
G = 29.89%
B = 37.2%

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

#998BAD (or 0x998BAD) is known color: Cold Purple. HEX triplet: 99, 8B and AD. RGB value is (153,139,173). Sum of RGB (Red+Green+Blue) = 153+139+173=465 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.90% from 465); Green value is 139 (54.69% from 255 or 29.89% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 173 - color contains mainly: blue. Hex color #998BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998BAD is #667452. Grayscale: #929292. Windows color (decimal): -6714451 or 11373465. OLE color: 11373465.

HSL color Cylindrical-coordinate representation of color #998BAD: hue angle of 264.71º degrees, saturation: 0.17, 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 #998BAD is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 153 139 173 -
CMYK 0.12 0.20 0 0.32
HSL 264.71º 0.17% 0.61% -
HSV(B) 264.71º 0.2% 0.68% -
XYZ 29.91 28.25 43.41 -
YUV 147.06 142.64 132.24 -
System Red Green Blue C M Y K H S L
Decimal 153 139 173 0.12 0.20 0 0.32 264.71 0.17 0.61
Hex 99 8B AD C 14 0 20 109 11 3D
Octal 231 213 255 14 24 0 40 411 21 75
Binary 10011001 10001011 10101101 1100 10100 0 100000 100001001 10001 111101

Color Harmonies of #998BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998BAD

Black with #998BAD

Text Example


Text Example

White with #998BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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