Html Css Color HEX #998DB4 Cold Purple

📋 copy color: '#998DB4'

red 153 ◦ green 141 ◦ blue 180

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

Shades of Cold Purple #998DB4

Tints of Cold Purple #998DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.97%

R = 32.28%
G = 29.75%
B = 37.97%

CMYK

 C value IS 0.15

 M value IS 0.22

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#998DB4 (or 0x998DB4) is known color: Cold Purple. HEX triplet: 99, 8D and B4. RGB value is (153,141,180). Sum of RGB (Red+Green+Blue) = 153+141+180=474 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.28% from 474); Green value is 141 (55.47% from 255 or 29.75% from 474); Blue value is 180 (70.70% from 255 or 37.97% from 474); Max value from RGB is 180 - color contains mainly: blue. Hex color #998DB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998DB4 is #66724B. Grayscale: #949494. Windows color (decimal): -6713932 or 11832729. OLE color: 11832729.

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

Color convert

RGB 153 141 180 -
CMYK 0.15 0.22 0 0.29
HSL 258.46º 0.21% 0.63% -
HSV(B) 258.46º 0.22% 0.71% -
XYZ 30.9 29.12 47.17 -
YUV 149.03 145.48 130.83 -
System Red Green Blue C M Y K H S L
Decimal 153 141 180 0.15 0.22 0 0.29 258.46 0.21 0.63
Hex 99 8D B4 F 16 0 1D 102 15 3F
Octal 231 215 264 17 26 0 35 402 25 77
Binary 10011001 10001101 10110100 1111 10110 0 11101 100000010 10101 111111

Color Harmonies of #998DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998DB4

Black with #998DB4

Text Example


Text Example

White with #998DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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