Html Css Color HEX #988FC1 Cold Purple

📋 copy color: '#988FC1'

red 152 ◦ green 143 ◦ blue 193

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

Shades of Cold Purple #988FC1

Tints of Cold Purple #988FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.55%

R = 31.15%
G = 29.3%
B = 39.55%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#988FC1 (or 0x988FC1) is known color: Cold Purple. HEX triplet: 98, 8F and C1. RGB value is (152,143,193). Sum of RGB (Red+Green+Blue) = 152+143+193=488 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.15% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 193 (75.78% from 255 or 39.55% from 488); Max value from RGB is 193 - color contains mainly: blue. Hex color #988FC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988FC1 is #67703E. Grayscale: #979797. Windows color (decimal): -6778943 or 12685208. OLE color: 12685208.

HSL color Cylindrical-coordinate representation of color #988FC1: hue angle of 250.8º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #988FC1 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 152 143 193 -
CMYK 0.21 0.26 0 0.24
HSL 250.8º 0.29% 0.66% -
HSV(B) 250.8º 0.26% 0.76% -
XYZ 32.4 30.17 54.57 -
YUV 151.39 151.48 128.43 -
System Red Green Blue C M Y K H S L
Decimal 152 143 193 0.21 0.26 0 0.24 250.8 0.29 0.66
Hex 98 8F C1 15 1A 0 18 FB 1D 42
Octal 230 217 301 25 32 0 30 373 35 102
Binary 10011000 10001111 11000001 10101 11010 0 11000 11111011 11101 1000010

Color Harmonies of #988FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988FC1

Black with #988FC1

Text Example


Text Example

White with #988FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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