#988BCE

Color #988BCE Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #988BCE

Tints of Cold Purple #988BCE

Color information

#988BCE (or 0x988BCE) is unknown color: approx Cold Purple. HEX triplet: 98, 8B and CE. RGB value is (152,139,206). Sum of RGB (Red+Green+Blue) = 152+139+206=497 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.58% from 497); Green value is 139 (54.69% from 255 or 27.97% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #988BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988BCE is #677431. Grayscale: #969696. Windows color (decimal): -6779954 or 13536152. OLE color: 13536152.

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

Color convert

RGB152139206-
CMYK0.260.3300.19
HSL251.64º40.61%67.65%-
HSV(B)251.64º32.52%80.78%-
XYZ33.3229.662.35-
YUV150.52159.31129.05-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.58%
GREEN value IS 139 (54.69% from 255) = 27.97%
BLUE value IS 206 (80.86% from 255) = 41.45%
R=30.58%
G=27.97%
B=41.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1521392060.260.3300.19251.6440.6167.65
Hex988BCE1A21013fc2944
Octal230213316324102337451104
Binary10011000100010111100111011010100001010011111111001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #988BCE;
 }
 .AnyTagClassName
 {
   color: #988BCE;
 }
</style>
background-color css

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

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

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

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

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

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