Html Css Color HEX #988CBA Cold Purple

📋 copy color: '#988CBA'

red 152 ◦ green 140 ◦ blue 186

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

Shades of Cold Purple #988CBA

Tints of Cold Purple #988CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.91%

R = 31.8%
G = 29.29%
B = 38.91%

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

#988CBA (or 0x988CBA) is known color: Cold Purple. HEX triplet: 98, 8C and BA. RGB value is (152,140,186). Sum of RGB (Red+Green+Blue) = 152+140+186=478 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.80% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 186 - color contains mainly: blue. Hex color #988CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988CBA is #677345. Grayscale: #949494. Windows color (decimal): -6779718 or 12225688. OLE color: 12225688.

HSL color Cylindrical-coordinate representation of color #988CBA: 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 #988CBA is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 140 186 -
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.19 28.98 50.4 -
YUV 148.83 148.98 130.26 -
System Red Green Blue C M Y K H S L
Decimal 152 140 186 0.18 0.25 0 0.27 255.65 0.25 0.64
Hex 98 8C BA 12 19 0 1B 100 19 40
Octal 230 214 272 22 31 0 33 400 31 100
Binary 10011000 10001100 10111010 10010 11001 0 11011 100000000 11001 1000000

Color Harmonies of #988CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988CBA

Black with #988CBA

Text Example


Text Example

White with #988CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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