#918AB9

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

Shades of Cold Purple #918AB9

Tints of Cold Purple #918AB9

Color information

#918AB9 (or 0x918AB9) is unknown color: approx Cold Purple. HEX triplet: 91, 8A and B9. RGB value is (145,138,185). Sum of RGB (Red+Green+Blue) = 145+138+185=468 (61% of max value = 765). Red value is 145 (57.03% from 255 or 30.98% from 468); Green value is 138 (54.30% from 255 or 29.49% from 468); Blue value is 185 (72.66% from 255 or 39.53% from 468); Max value from RGB is 185 - color contains mainly: blue. Hex color #918AB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918AB9 is #6E7546. Grayscale: #919191. Windows color (decimal): -7238983 or 12159633. OLE color: 12159633.

HSL color Cylindrical-coordinate representation of color #918AB9: hue angle of 248.94º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #918AB9 is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB145138185-
CMYK0.220.2500.27
HSL248.94º25.13%63.33%-
HSV(B)248.94º25.41%72.55%-
XYZ29.5227.749.69-
YUV145.45150.32127.68-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.98%
GREEN value IS 138 (54.30% from 255) = 29.49%
BLUE value IS 185 (72.66% from 255) = 39.53%
R=30.98%
G=29.49%
B=39.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1451381850.220.2500.27248.9425.1363.33
Hex918AB9161901Bf9193f
Octal22121227126310333713177
Binary10010001100010101011100110110110010110111111100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918AB9; }

 p { color: rgb(145,138,185); }

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

<style>
 a { background-color: #918AB9; }

 a { background-color: rgb(145,138,185); }

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

<style>
 span { border-color: #918AB9; }

 span { border-color: rgb(145,138,185); }

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