Html Css Color HEX #988BC8 Cold Purple

📋 copy color: '#988BC8'

red 152 ◦ green 139 ◦ blue 200

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

Shades of Cold Purple #988BC8

Tints of Cold Purple #988BC8

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.31%

 BLUE value IS 200 (78.52% from 255) = 40.73%

R = 30.96%
G = 28.31%
B = 40.73%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#988BC8 (or 0x988BC8) is known color: Cold Purple. HEX triplet: 98, 8B and C8. RGB value is (152,139,200). Sum of RGB (Red+Green+Blue) = 152+139+200=491 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.96% from 491); Green value is 139 (54.69% from 255 or 28.31% from 491); Blue value is 200 (78.52% from 255 or 40.73% from 491); Max value from RGB is 200 - color contains mainly: blue. Hex color #988BC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988BC8 is #677437. Grayscale: #959595. Windows color (decimal): -6779960 or 13142936. OLE color: 13142936.

HSL color Cylindrical-coordinate representation of color #988BC8: hue angle of 252.79º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #988BC8 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 152 139 200 -
CMYK 0.24 0.30 0 0.22
HSL 252.79º 0.36% 0.66% -
HSV(B) 252.79º 0.31% 0.78% -
XYZ 32.61 29.31 58.58 -
YUV 149.84 156.31 129.54 -
System Red Green Blue C M Y K H S L
Decimal 152 139 200 0.24 0.30 0 0.22 252.79 0.36 0.66
Hex 98 8B C8 18 1E 0 16 FD 24 42
Octal 230 213 310 30 36 0 26 375 44 102
Binary 10011000 10001011 11001000 11000 11110 0 10110 11111101 100100 1000010

Color Harmonies of #988BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988BC8

Black with #988BC8

Text Example


Text Example

White with #988BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,139,200); }

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

background-color css

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

 a { background-color: rgb(152,139,200); }

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

border-color css

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

 span { border-color: rgb(152,139,200); }

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