Html Css Color HEX #988AC4 Cold Purple

📋 copy color: '#988AC4'

red 152 ◦ green 138 ◦ blue 196

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

Shades of Cold Purple #988AC4

Tints of Cold Purple #988AC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.33%

R = 31.28%
G = 28.4%
B = 40.33%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#988AC4 (or 0x988AC4) is known color: Cold Purple. HEX triplet: 98, 8A and C4. RGB value is (152,138,196). Sum of RGB (Red+Green+Blue) = 152+138+196=486 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.28% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 196 (76.95% from 255 or 40.33% from 486); Max value from RGB is 196 - color contains mainly: blue. Hex color #988AC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988AC4 is #67753B. Grayscale: #949494. Windows color (decimal): -6780220 or 12880536. OLE color: 12880536.

HSL color Cylindrical-coordinate representation of color #988AC4: hue angle of 254.48º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #988AC4 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 152 138 196 -
CMYK 0.22 0.30 0 0.23
HSL 254.48º 0.33% 0.65% -
HSV(B) 254.48º 0.3% 0.77% -
XYZ 32 28.84 56.1 -
YUV 148.8 154.64 130.28 -
System Red Green Blue C M Y K H S L
Decimal 152 138 196 0.22 0.30 0 0.23 254.48 0.33 0.65
Hex 98 8A C4 16 1E 0 17 FE 21 41
Octal 230 212 304 26 36 0 27 376 41 101
Binary 10011000 10001010 11000100 10110 11110 0 10111 11111110 100001 1000001

Color Harmonies of #988AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988AC4

Black with #988AC4

Text Example


Text Example

White with #988AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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