Html Css Color HEX #988FBA Cold Purple

📋 copy color: '#988FBA'

red 152 ◦ green 143 ◦ blue 186

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

Shades of Cold Purple #988FBA

Tints of Cold Purple #988FBA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.73%

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

R = 31.6%
G = 29.73%
B = 38.67%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#988FBA (or 0x988FBA) is known color: Cold Purple. HEX triplet: 98, 8F and BA. RGB value is (152,143,186). Sum of RGB (Red+Green+Blue) = 152+143+186=481 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.60% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 186 - color contains mainly: blue. Hex color #988FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988FBA is #677045. Grayscale: #969696. Windows color (decimal): -6778950 or 12226456. OLE color: 12226456.

HSL color Cylindrical-coordinate representation of color #988FBA: hue angle of 252.56º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #988FBA is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 143 186 -
CMYK 0.18 0.23 0 0.27
HSL 252.56º 0.24% 0.65% -
HSV(B) 252.56º 0.23% 0.73% -
XYZ 31.63 29.87 50.55 -
YUV 150.59 147.98 129 -
System Red Green Blue C M Y K H S L
Decimal 152 143 186 0.18 0.23 0 0.27 252.56 0.24 0.65
Hex 98 8F BA 12 17 0 1B FD 18 41
Octal 230 217 272 22 27 0 33 375 30 101
Binary 10011000 10001111 10111010 10010 10111 0 11011 11111101 11000 1000001

Color Harmonies of #988FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988FBA

Black with #988FBA

Text Example


Text Example

White with #988FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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