Html Css Color HEX #998DB6 Cold Purple

📋 copy color: '#998DB6'

red 153 ◦ green 141 ◦ blue 182

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

Shades of Cold Purple #998DB6

Tints of Cold Purple #998DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 38.24%

R = 32.14%
G = 29.62%
B = 38.24%

CMYK

 C value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#998DB6 (or 0x998DB6) is known color: Cold Purple. HEX triplet: 99, 8D and B6. RGB value is (153,141,182). Sum of RGB (Red+Green+Blue) = 153+141+182=476 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.14% from 476); Green value is 141 (55.47% from 255 or 29.62% from 476); Blue value is 182 (71.48% from 255 or 38.24% from 476); Max value from RGB is 182 - color contains mainly: blue. Hex color #998DB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998DB6 is #667249. Grayscale: #959595. Windows color (decimal): -6713930 or 11963801. OLE color: 11963801.

HSL color Cylindrical-coordinate representation of color #998DB6: hue angle of 257.56º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #998DB6 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 153 141 182 -
CMYK 0.16 0.23 0 0.29
HSL 257.56º 0.22% 0.63% -
HSV(B) 257.56º 0.23% 0.71% -
XYZ 31.11 29.2 48.25 -
YUV 149.26 146.48 130.67 -
System Red Green Blue C M Y K H S L
Decimal 153 141 182 0.16 0.23 0 0.29 257.56 0.22 0.63
Hex 99 8D B6 10 17 0 1D 102 16 3F
Octal 231 215 266 20 27 0 35 402 26 77
Binary 10011001 10001101 10110110 10000 10111 0 11101 100000010 10110 111111

Color Harmonies of #998DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998DB6

Black with #998DB6

Text Example


Text Example

White with #998DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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