#9B8AD0

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

Shades of Cold Purple #9B8AD0

Tints of Cold Purple #9B8AD0

Color information

#9B8AD0 (or 0x9B8AD0) is unknown color: approx Cold Purple. HEX triplet: 9B, 8A and D0. RGB value is (155,138,208). Sum of RGB (Red+Green+Blue) = 155+138+208=501 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.94% from 501); Green value is 138 (54.30% from 255 or 27.54% from 501); Blue value is 208 (81.64% from 255 or 41.52% from 501); Max value from RGB is 208 - color contains mainly: blue. Hex color #9B8AD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8AD0 is #64752F. Grayscale: #969696. Windows color (decimal): -6583600 or 13666971. OLE color: 13666971.

HSL color Cylindrical-coordinate representation of color #9B8AD0: hue angle of 254.57º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9B8AD0 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB155138208-
CMYK0.250.3400.18
HSL254.57º42.68%67.84%-
HSV(B)254.57º33.65%81.57%-
XYZ33.9929.763.62-
YUV151.06160.13130.81-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.94%
GREEN value IS 138 (54.30% from 255) = 27.54%
BLUE value IS 208 (81.64% from 255) = 41.52%
R=30.94%
G=27.54%
B=41.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1551382080.250.3400.18254.5742.6867.84
Hex9B8AD01922012ff2b44
Octal233212320314202237753104
Binary10011011100010101101000011001100010010010111111111010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B8AD0; }

 p { color: rgb(155,138,208); }

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

<style>
 a { background-color: #9B8AD0; }

 a { background-color: rgb(155,138,208); }

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

<style>
 span { border-color: #9B8AD0; }

 span { border-color: rgb(155,138,208); }

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