Html Css Color HEX #998BBE Cold Purple

📋 copy color: '#998BBE'

red 153 ◦ green 139 ◦ blue 190

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

Shades of Cold Purple #998BBE

Tints of Cold Purple #998BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.42%

R = 31.74%
G = 28.84%
B = 39.42%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#998BBE (or 0x998BBE) is known color: Cold Purple. HEX triplet: 99, 8B and BE. RGB value is (153,139,190). Sum of RGB (Red+Green+Blue) = 153+139+190=482 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.74% from 482); Green value is 139 (54.69% from 255 or 28.84% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 190 - color contains mainly: blue. Hex color #998BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998BBE is #667441. Grayscale: #949494. Windows color (decimal): -6714434 or 12487577. OLE color: 12487577.

HSL color Cylindrical-coordinate representation of color #998BBE: hue angle of 256.47º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #998BBE is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 139 190 -
CMYK 0.19 0.27 0 0.25
HSL 256.47º 0.28% 0.65% -
HSV(B) 256.47º 0.27% 0.75% -
XYZ 31.66 28.96 52.64 -
YUV 149 151.14 130.85 -
System Red Green Blue C M Y K H S L
Decimal 153 139 190 0.19 0.27 0 0.25 256.47 0.28 0.65
Hex 99 8B BE 13 1B 0 19 100 1C 41
Octal 231 213 276 23 33 0 31 400 34 101
Binary 10011001 10001011 10111110 10011 11011 0 11001 100000000 11100 1000001

Color Harmonies of #998BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998BBE

Black with #998BBE

Text Example


Text Example

White with #998BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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