Html Css Color HEX #998DAF Cold Purple

📋 copy color: '#998DAF'

red 153 ◦ green 141 ◦ blue 175

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

Shades of Cold Purple #998DAF

Tints of Cold Purple #998DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.31%

R = 32.62%
G = 30.06%
B = 37.31%

CMYK

 C value IS 0.13

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#998DAF (or 0x998DAF) is known color: Cold Purple. HEX triplet: 99, 8D and AF. RGB value is (153,141,175). Sum of RGB (Red+Green+Blue) = 153+141+175=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 141 (55.47% from 255 or 30.06% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 175 - color contains mainly: blue. Hex color #998DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998DAF is #667250. Grayscale: #949494. Windows color (decimal): -6713937 or 11505049. OLE color: 11505049.

HSL color Cylindrical-coordinate representation of color #998DAF: hue angle of 261.18º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #998DAF is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 153 141 175 -
CMYK 0.13 0.19 0 0.31
HSL 261.18º 0.18% 0.62% -
HSV(B) 261.18º 0.19% 0.69% -
XYZ 30.4 28.92 44.54 -
YUV 148.46 142.98 131.24 -
System Red Green Blue C M Y K H S L
Decimal 153 141 175 0.13 0.19 0 0.31 261.18 0.18 0.62
Hex 99 8D AF D 13 0 1F 105 12 3E
Octal 231 215 257 15 23 0 37 405 22 76
Binary 10011001 10001101 10101111 1101 10011 0 11111 100000101 10010 111110

Color Harmonies of #998DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998DAF

Black with #998DAF

Text Example


Text Example

White with #998DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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