#998FB5

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

Shades of Cold Purple #998FB5

Tints of Cold Purple #998FB5

Color information

#998FB5 (or 0x998FB5) is unknown color: approx Cold Purple. HEX triplet: 99, 8F and B5. RGB value is (153,143,181). Sum of RGB (Red+Green+Blue) = 153+143+181=477 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.08% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 181 (71.09% from 255 or 37.95% from 477); Max value from RGB is 181 - color contains mainly: blue. Hex color #998FB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998FB5 is #66704A. Grayscale: #969696. Windows color (decimal): -6713419 or 11898777. OLE color: 11898777.

HSL color Cylindrical-coordinate representation of color #998FB5: hue angle of 255.79º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #998FB5 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB153143181-
CMYK0.150.2100.29
HSL255.79º20.43%63.53%-
HSV(B)255.79º20.99%70.98%-
XYZ31.329.7547.81-
YUV150.32145.31129.91-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.08%
GREEN value IS 143 (56.25% from 255) = 29.98%
BLUE value IS 181 (71.09% from 255) = 37.95%
R=32.08%
G=29.98%
B=37.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1531431810.150.2100.29255.7920.4363.53
Hex998FB5F1501D1001440
Octal231217265172503540024100
Binary100110011000111110110101111110101011101100000000101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,143,181); }

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

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

 a { background-color: rgb(153,143,181); }

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

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

 span { border-color: rgb(153,143,181); }

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