#9B8AD5

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

Shades of Cold Purple #9B8AD5

Tints of Cold Purple #9B8AD5

Color information

#9B8AD5 (or 0x9B8AD5) is unknown color: approx Cold Purple. HEX triplet: 9B, 8A and D5. RGB value is (155,138,213). Sum of RGB (Red+Green+Blue) = 155+138+213=506 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.63% from 506); Green value is 138 (54.30% from 255 or 27.27% from 506); Blue value is 213 (83.59% from 255 or 42.09% from 506); Max value from RGB is 213 - color contains mainly: blue. Hex color #9B8AD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8AD5 is #64752A. Grayscale: #979797. Windows color (decimal): -6583595 or 13994651. OLE color: 13994651.

HSL color Cylindrical-coordinate representation of color #9B8AD5: hue angle of 253.6º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9B8AD5 is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB155138213-
CMYK0.270.3500.16
HSL253.6º47.17%68.82%-
HSV(B)253.6º35.21%83.53%-
XYZ34.6229.9566.91-
YUV151.63162.63130.4-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.63%
GREEN value IS 138 (54.30% from 255) = 27.27%
BLUE value IS 213 (83.59% from 255) = 42.09%
R=30.63%
G=27.27%
B=42.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1551382130.270.3500.16253.647.1768.82
Hex9B8AD51B23010fe2f45
Octal233212325334302037657105
Binary10011011100010101101010111011100011010000111111101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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