#998ACD

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

Shades of Cold Purple #998ACD

Tints of Cold Purple #998ACD

Color information

#998ACD (or 0x998ACD) is unknown color: approx Cold Purple. HEX triplet: 99, 8A and CD. RGB value is (153,138,205). Sum of RGB (Red+Green+Blue) = 153+138+205=496 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.85% from 496); Green value is 138 (54.30% from 255 or 27.82% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #998ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998ACD is #667532. Grayscale: #959595. Windows color (decimal): -6714675 or 13470361. OLE color: 13470361.

HSL color Cylindrical-coordinate representation of color #998ACD: hue angle of 253.43º 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 #998ACD is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB153138205-
CMYK0.250.3300.20
HSL253.43º40.12%67.25%-
HSV(B)253.43º32.68%80.39%-
XYZ33.2429.3661.67-
YUV150.12158.97130.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.85%
GREEN value IS 138 (54.30% from 255) = 27.82%
BLUE value IS 205 (80.47% from 255) = 41.33%
R=30.85%
G=27.82%
B=41.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1531382050.250.3300.20253.4340.1267.25
Hex998ACD1921014fd2843
Octal231212315314102437550103
Binary10011001100010101100110111001100001010100111111011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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