#908ABD

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

Shades of Cold Purple #908ABD

Tints of Cold Purple #908ABD

Color information

#908ABD (or 0x908ABD) is unknown color: approx Cold Purple. HEX triplet: 90, 8A and BD. RGB value is (144,138,189). Sum of RGB (Red+Green+Blue) = 144+138+189=471 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.57% from 471); Green value is 138 (54.30% from 255 or 29.30% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 189 - color contains mainly: blue. Hex color #908ABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908ABD is #6F7542. Grayscale: #919191. Windows color (decimal): -7304515 or 12421776. OLE color: 12421776.

HSL color Cylindrical-coordinate representation of color #908ABD: hue angle of 247.06º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #908ABD is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB144138189-
CMYK0.240.2700.26
HSL247.06º27.87%64.12%-
HSV(B)247.06º26.98%74.12%-
XYZ29.7827.7851.94-
YUV145.61152.49126.85-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.57%
GREEN value IS 138 (54.30% from 255) = 29.30%
BLUE value IS 189 (74.22% from 255) = 40.13%
R=30.57%
G=29.30%
B=40.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1441381890.240.2700.26247.0627.8764.12
Hex908ABD181B01Af71c40
Octal220212275303303236734100
Binary100100001000101010111101110001101101101011110111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908ABD; }

 p { color: rgb(144,138,189); }

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

<style>
 a { background-color: #908ABD; }

 a { background-color: rgb(144,138,189); }

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

<style>
 span { border-color: #908ABD; }

 span { border-color: rgb(144,138,189); }

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