Html Css Color HEX #988DB6 Cold Purple

📋 copy color: '#988DB6'

red 152 ◦ green 141 ◦ blue 182

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

Shades of Cold Purple #988DB6

Tints of Cold Purple #988DB6

RGB

 RED value IS 152 (59.77% from 255) = 32%

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

 BLUE value IS 182 (71.48% from 255) = 38.32%

R = 32%
G = 29.68%
B = 38.32%

CMYK

 C value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#988DB6 (or 0x988DB6) is known color: Cold Purple. HEX triplet: 98, 8D and B6. RGB value is (152,141,182). Sum of RGB (Red+Green+Blue) = 152+141+182=475 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 182 (71.48% from 255 or 38.32% from 475); Max value from RGB is 182 - color contains mainly: blue. Hex color #988DB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988DB6 is #677249. Grayscale: #949494. Windows color (decimal): -6779466 or 11963800. OLE color: 11963800.

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

Color convert

RGB 152 141 182 -
CMYK 0.16 0.23 0 0.29
HSL 256.1º 0.22% 0.63% -
HSV(B) 256.1º 0.23% 0.71% -
XYZ 30.92 29.1 48.24 -
YUV 148.96 146.64 130.17 -
System Red Green Blue C M Y K H S L
Decimal 152 141 182 0.16 0.23 0 0.29 256.1 0.22 0.63
Hex 98 8D B6 10 17 0 1D 100 16 3F
Octal 230 215 266 20 27 0 35 400 26 77
Binary 10011000 10001101 10110110 10000 10111 0 11101 100000000 10110 111111

Color Harmonies of #988DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988DB6

Black with #988DB6

Text Example


Text Example

White with #988DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988DB6; }

 p { color: rgb(152,141,182); }

 H1.HeaderClassName
 {
   color: #988DB6;
 }
 .AnyTagClassName
 {
   color: #988DB6;
 }
</style>

background-color css

<style>
 a { background-color: #988DB6; }

 a { background-color: rgb(152,141,182); }

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

border-color css

<style>
 span { border-color: #988DB6; }

 span { border-color: rgb(152,141,182); }

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