#918ABF

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

Shades of Cold Purple #918ABF

Tints of Cold Purple #918ABF

Color information

#918ABF (or 0x918ABF) is unknown color: approx Cold Purple. HEX triplet: 91, 8A and BF. RGB value is (145,138,191). Sum of RGB (Red+Green+Blue) = 145+138+191=474 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.59% from 474); Green value is 138 (54.30% from 255 or 29.11% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 191 - color contains mainly: blue. Hex color #918ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918ABF is #6E7540. Grayscale: #919191. Windows color (decimal): -7238977 or 12552849. OLE color: 12552849.

HSL color Cylindrical-coordinate representation of color #918ABF: hue angle of 247.92º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #918ABF is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB145138191-
CMYK0.240.2800.25
HSL247.92º29.28%64.51%-
HSV(B)247.92º27.75%74.9%-
XYZ30.1727.9653.1-
YUV146.14153.32127.19-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.59%
GREEN value IS 138 (54.30% from 255) = 29.11%
BLUE value IS 191 (75% from 255) = 40.30%
R=30.59%
G=29.11%
B=40.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1451381910.240.2800.25247.9229.2864.51
Hex918ABF181C019f81d41
Octal221212277303403137035101
Binary100100011000101010111111110001110001100111111000111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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