Html Css Color HEX #988AC1 Cold Purple

📋 copy color: '#988AC1'

red 152 ◦ green 138 ◦ blue 193

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

Shades of Cold Purple #988AC1

Tints of Cold Purple #988AC1

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.57%

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

R = 31.47%
G = 28.57%
B = 39.96%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#988AC1 (or 0x988AC1) is known color: Cold Purple. HEX triplet: 98, 8A and C1. RGB value is (152,138,193). Sum of RGB (Red+Green+Blue) = 152+138+193=483 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.47% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 193 - color contains mainly: blue. Hex color #988AC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988AC1 is #67753E. Grayscale: #949494. Windows color (decimal): -6780223 or 12683928. OLE color: 12683928.

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

Color convert

RGB 152 138 193 -
CMYK 0.21 0.28 0 0.24
HSL 255.27º 0.31% 0.65% -
HSV(B) 255.27º 0.28% 0.76% -
XYZ 31.66 28.7 54.32 -
YUV 148.46 153.14 130.53 -
System Red Green Blue C M Y K H S L
Decimal 152 138 193 0.21 0.28 0 0.24 255.27 0.31 0.65
Hex 98 8A C1 15 1C 0 18 FF 1F 41
Octal 230 212 301 25 34 0 30 377 37 101
Binary 10011000 10001010 11000001 10101 11100 0 11000 11111111 11111 1000001

Color Harmonies of #988AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988AC1

Black with #988AC1

Text Example


Text Example

White with #988AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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