#9B8CD0

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

Shades of Cold Purple #9B8CD0

Tints of Cold Purple #9B8CD0

Color information

#9B8CD0 (or 0x9B8CD0) is unknown color: approx Cold Purple. HEX triplet: 9B, 8C and D0. RGB value is (155,140,208). Sum of RGB (Red+Green+Blue) = 155+140+208=503 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.82% from 503); Green value is 140 (55.08% from 255 or 27.83% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 208 - color contains mainly: blue. Hex color #9B8CD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8CD0 is #64732F. Grayscale: #979797. Windows color (decimal): -6583088 or 13667483. OLE color: 13667483.

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

Color convert

RGB155140208-
CMYK0.250.3300.18
HSL253.24º41.98%68.24%-
HSV(B)253.24º32.69%81.57%-
XYZ34.2830.2863.71-
YUV152.24159.47129.97-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.82%
GREEN value IS 140 (55.08% from 255) = 27.83%
BLUE value IS 208 (81.64% from 255) = 41.35%
R=30.82%
G=27.83%
B=41.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1551402080.250.3300.18253.2441.9868.24
Hex9B8CD01921012fd2a44
Octal233214320314102237552104
Binary10011011100011001101000011001100001010010111111011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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