Html Css Color HEX #998BB8 Cold Purple

📋 copy color: '#998BB8'

red 153 ◦ green 139 ◦ blue 184

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

Shades of Cold Purple #998BB8

Tints of Cold Purple #998BB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.66%

R = 32.14%
G = 29.2%
B = 38.66%

CMYK

 C value IS 0.17

 M value IS 0.24

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#998BB8 (or 0x998BB8) is known color: Cold Purple. HEX triplet: 99, 8B and B8. RGB value is (153,139,184). Sum of RGB (Red+Green+Blue) = 153+139+184=476 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.14% from 476); Green value is 139 (54.69% from 255 or 29.20% from 476); Blue value is 184 (72.27% from 255 or 38.66% from 476); Max value from RGB is 184 - color contains mainly: blue. Hex color #998BB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998BB8 is #667447. Grayscale: #949494. Windows color (decimal): -6714440 or 12094361. OLE color: 12094361.

HSL color Cylindrical-coordinate representation of color #998BB8: hue angle of 258.67º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #998BB8 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 153 139 184 -
CMYK 0.17 0.24 0 0.28
HSL 258.67º 0.24% 0.63% -
HSV(B) 258.67º 0.24% 0.72% -
XYZ 31.02 28.7 49.25 -
YUV 148.32 148.14 131.34 -
System Red Green Blue C M Y K H S L
Decimal 153 139 184 0.17 0.24 0 0.28 258.67 0.24 0.63
Hex 99 8B B8 11 18 0 1C 103 18 3F
Octal 231 213 270 21 30 0 34 403 30 77
Binary 10011001 10001011 10111000 10001 11000 0 11100 100000011 11000 111111

Color Harmonies of #998BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998BB8

Black with #998BB8

Text Example


Text Example

White with #998BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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