Html Css Color HEX #998DBB Cold Purple

📋 copy color: '#998DBB'

red 153 ◦ green 141 ◦ blue 187

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

Shades of Cold Purple #998DBB

Tints of Cold Purple #998DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.88%

R = 31.81%
G = 29.31%
B = 38.88%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#998DBB (or 0x998DBB) is known color: Cold Purple. HEX triplet: 99, 8D and BB. RGB value is (153,141,187). Sum of RGB (Red+Green+Blue) = 153+141+187=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 141 (55.47% from 255 or 29.31% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 187 - color contains mainly: blue. Hex color #998DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998DBB is #667244. Grayscale: #959595. Windows color (decimal): -6713925 or 12291481. OLE color: 12291481.

HSL color Cylindrical-coordinate representation of color #998DBB: hue angle of 255.65º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #998DBB is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 141 187 -
CMYK 0.18 0.25 0 0.27
HSL 255.65º 0.25% 0.64% -
HSV(B) 255.65º 0.25% 0.73% -
XYZ 31.63 29.41 51.02 -
YUV 149.83 148.98 130.26 -
System Red Green Blue C M Y K H S L
Decimal 153 141 187 0.18 0.25 0 0.27 255.65 0.25 0.64
Hex 99 8D BB 12 19 0 1B 100 19 40
Octal 231 215 273 22 31 0 33 400 31 100
Binary 10011001 10001101 10111011 10010 11001 0 11011 100000000 11001 1000000

Color Harmonies of #998DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998DBB

Black with #998DBB

Text Example


Text Example

White with #998DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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