Html Css Color HEX #998DBC Cold Purple

📋 copy color: '#998DBC'

red 153 ◦ green 141 ◦ blue 188

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

Shades of Cold Purple #998DBC

Tints of Cold Purple #998DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39%

R = 31.74%
G = 29.25%
B = 39%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#998DBC (or 0x998DBC) is known color: Cold Purple. HEX triplet: 99, 8D and BC. RGB value is (153,141,188). Sum of RGB (Red+Green+Blue) = 153+141+188=482 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.74% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 188 - color contains mainly: blue. Hex color #998DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998DBC is #667243. Grayscale: #959595. Windows color (decimal): -6713924 or 12357017. OLE color: 12357017.

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

Color convert

RGB 153 141 188 -
CMYK 0.19 0.25 0 0.26
HSL 255.32º 0.26% 0.65% -
HSV(B) 255.32º 0.25% 0.74% -
XYZ 31.74 29.45 51.59 -
YUV 149.95 149.48 130.18 -
System Red Green Blue C M Y K H S L
Decimal 153 141 188 0.19 0.25 0 0.26 255.32 0.26 0.65
Hex 99 8D BC 13 19 0 1A FF 1A 41
Octal 231 215 274 23 31 0 32 377 32 101
Binary 10011001 10001101 10111100 10011 11001 0 11010 11111111 11010 1000001

Color Harmonies of #998DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998DBC

Black with #998DBC

Text Example


Text Example

White with #998DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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