#988ACD

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

Shades of Cold Purple #988ACD

Tints of Cold Purple #988ACD

Color information

#988ACD (or 0x988ACD) is unknown color: approx Cold Purple. HEX triplet: 98, 8A and CD. RGB value is (152,138,205). Sum of RGB (Red+Green+Blue) = 152+138+205=495 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.71% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #988ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988ACD is #677532. Grayscale: #959595. Windows color (decimal): -6780211 or 13470360. OLE color: 13470360.

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

Color convert

RGB152138205-
CMYK0.260.3300.20
HSL252.54º40.12%67.25%-
HSV(B)252.54º32.68%80.39%-
XYZ33.0629.2661.66-
YUV149.82159.14129.55-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.71%
GREEN value IS 138 (54.30% from 255) = 27.88%
BLUE value IS 205 (80.47% from 255) = 41.41%
R=30.71%
G=27.88%
B=41.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1521382050.260.3300.20252.5440.1267.25
Hex988ACD1A21014fd2843
Octal230212315324102437550103
Binary10011000100010101100110111010100001010100111111011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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