#918ABE

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

Shades of Cold Purple #918ABE

Tints of Cold Purple #918ABE

Color information

#918ABE (or 0x918ABE) is unknown color: approx Cold Purple. HEX triplet: 91, 8A and BE. RGB value is (145,138,190). Sum of RGB (Red+Green+Blue) = 145+138+190=473 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.66% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #918ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918ABE is #6E7541. Grayscale: #919191. Windows color (decimal): -7238978 or 12487313. OLE color: 12487313.

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

Color convert

RGB145138190-
CMYK0.240.2700.25
HSL248.08º28.57%64.31%-
HSV(B)248.08º27.37%74.51%-
XYZ30.0627.9152.52-
YUV146.02152.82127.27-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.66%
GREEN value IS 138 (54.30% from 255) = 29.18%
BLUE value IS 190 (74.61% from 255) = 40.17%
R=30.66%
G=29.18%
B=40.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1451381900.240.2700.25248.0828.5764.31
Hex918ABE181B019f81d40
Octal221212276303303137035100
Binary100100011000101010111110110001101101100111111000111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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