Html Css Color HEX #988ACE Cold Purple

📋 copy color: '#988ACE'

red 152 ◦ green 138 ◦ blue 206

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

Shades of Cold Purple #988ACE

Tints of Cold Purple #988ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.53%

R = 30.65%
G = 27.82%
B = 41.53%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#988ACE (or 0x988ACE) is known color: Cold Purple. HEX triplet: 98, 8A and CE. RGB value is (152,138,206). Sum of RGB (Red+Green+Blue) = 152+138+206=496 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.65% from 496); Green value is 138 (54.30% from 255 or 27.82% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #988ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988ACE is #677531. Grayscale: #959595. Windows color (decimal): -6780210 or 13535896. OLE color: 13535896.

HSL color Cylindrical-coordinate representation of color #988ACE: hue angle of 252.35º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #988ACE is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 152 138 206 -
CMYK 0.26 0.33 0 0.19
HSL 252.35º 0.41% 0.67% -
HSV(B) 252.35º 0.33% 0.81% -
XYZ 33.18 29.31 62.3 -
YUV 149.94 159.64 129.47 -
System Red Green Blue C M Y K H S L
Decimal 152 138 206 0.26 0.33 0 0.19 252.35 0.41 0.67
Hex 98 8A CE 1A 21 0 13 FC 29 43
Octal 230 212 316 32 41 0 23 374 51 103
Binary 10011000 10001010 11001110 11010 100001 0 10011 11111100 101001 1000011

Color Harmonies of #988ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988ACE

Black with #988ACE

Text Example


Text Example

White with #988ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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