Html Css Color HEX #988ACC Cold Purple

📋 copy color: '#988ACC'

red 152 ◦ green 138 ◦ blue 204

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

Shades of Cold Purple #988ACC

Tints of Cold Purple #988ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.3%

R = 30.77%
G = 27.94%
B = 41.3%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#988ACC (or 0x988ACC) is known color: Cold Purple. HEX triplet: 98, 8A and CC. RGB value is (152,138,204). Sum of RGB (Red+Green+Blue) = 152+138+204=494 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.77% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #988ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988ACC is #677533. Grayscale: #959595. Windows color (decimal): -6780212 or 13404824. OLE color: 13404824.

HSL color Cylindrical-coordinate representation of color #988ACC: hue angle of 252.73º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #988ACC is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 152 138 204 -
CMYK 0.25 0.32 0 0.2
HSL 252.73º 0.39% 0.67% -
HSV(B) 252.73º 0.32% 0.8% -
XYZ 32.94 29.21 61.03 -
YUV 149.71 158.64 129.63 -
System Red Green Blue C M Y K H S L
Decimal 152 138 204 0.25 0.32 0 0.2 252.73 0.39 0.67
Hex 98 8A CC 19 20 0 14 FD 27 43
Octal 230 212 314 31 40 0 24 375 47 103
Binary 10011000 10001010 11001100 11001 100000 0 10100 11111101 100111 1000011

Color Harmonies of #988ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988ACC

Black with #988ACC

Text Example


Text Example

White with #988ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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