Html Css Color HEX #988CBD Cold Purple

📋 copy color: '#988CBD'

red 152 ◦ green 140 ◦ blue 189

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

Shades of Cold Purple #988CBD

Tints of Cold Purple #988CBD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.11%

 BLUE value IS 189 (74.22% from 255) = 39.29%

R = 31.6%
G = 29.11%
B = 39.29%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#988CBD (or 0x988CBD) is known color: Cold Purple. HEX triplet: 98, 8C and BD. RGB value is (152,140,189). Sum of RGB (Red+Green+Blue) = 152+140+189=481 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.60% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 189 - color contains mainly: blue. Hex color #988CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988CBD is #677342. Grayscale: #949494. Windows color (decimal): -6779715 or 12422296. OLE color: 12422296.

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

Color convert

RGB 152 140 189 -
CMYK 0.20 0.26 0 0.26
HSL 254.69º 0.27% 0.65% -
HSV(B) 254.69º 0.26% 0.74% -
XYZ 31.51 29.11 52.1 -
YUV 149.17 150.48 130.02 -
System Red Green Blue C M Y K H S L
Decimal 152 140 189 0.20 0.26 0 0.26 254.69 0.27 0.65
Hex 98 8C BD 14 1A 0 1A FF 1B 41
Octal 230 214 275 24 32 0 32 377 33 101
Binary 10011000 10001100 10111101 10100 11010 0 11010 11111111 11011 1000001

Color Harmonies of #988CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988CBD

Black with #988CBD

Text Example


Text Example

White with #988CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,140,189); }

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

background-color css

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

 a { background-color: rgb(152,140,189); }

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

border-color css

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

 span { border-color: rgb(152,140,189); }

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