Html Css Color HEX #988AD0 Cold Purple

📋 copy color: '#988AD0'

red 152 ◦ green 138 ◦ blue 208

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

Shades of Cold Purple #988AD0

Tints of Cold Purple #988AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.77%

R = 30.52%
G = 27.71%
B = 41.77%

CMYK

 C value IS 0.27

 M value IS 0.34

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#988AD0 (or 0x988AD0) is known color: Cold Purple. HEX triplet: 98, 8A and D0. RGB value is (152,138,208). Sum of RGB (Red+Green+Blue) = 152+138+208=498 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.52% from 498); Green value is 138 (54.30% from 255 or 27.71% from 498); Blue value is 208 (81.64% from 255 or 41.77% from 498); Max value from RGB is 208 - color contains mainly: blue. Hex color #988AD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988AD0 is #67752F. Grayscale: #959595. Windows color (decimal): -6780208 or 13666968. OLE color: 13666968.

HSL color Cylindrical-coordinate representation of color #988AD0: hue angle of 252º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #988AD0 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 152 138 208 -
CMYK 0.27 0.34 0 0.18
HSL 252º 0.43% 0.68% -
HSV(B) 252º 0.34% 0.82% -
XYZ 33.42 29.41 63.59 -
YUV 150.17 160.64 129.31 -
System Red Green Blue C M Y K H S L
Decimal 152 138 208 0.27 0.34 0 0.18 252 0.43 0.68
Hex 98 8A D0 1B 22 0 12 FC 2B 44
Octal 230 212 320 33 42 0 22 374 53 104
Binary 10011000 10001010 11010000 11011 100010 0 10010 11111100 101011 1000100

Color Harmonies of #988AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988AD0

Black with #988AD0

Text Example


Text Example

White with #988AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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