#9381BB

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

Shades of Cold Purple #9381BB

Tints of Cold Purple #9381BB

Color information

#9381BB (or 0x9381BB) is unknown color: approx Cold Purple. HEX triplet: 93, 81 and BB. RGB value is (147,129,187). Sum of RGB (Red+Green+Blue) = 147+129+187=463 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.75% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 187 - color contains mainly: blue. Hex color #9381BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9381BB is #6C7E44. Grayscale: #8C8C8C. Windows color (decimal): -7110213 or 12288403. OLE color: 12288403.

HSL color Cylindrical-coordinate representation of color #9381BB: hue angle of 258.62º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9381BB is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB147129187-
CMYK0.210.3100.27
HSL258.62º29.9%61.96%-
HSV(B)258.62º31.02%73.33%-
XYZ28.8525.4950.41-
YUV140.99153.96132.28-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.75%
GREEN value IS 129 (50.78% from 255) = 27.86%
BLUE value IS 187 (73.44% from 255) = 40.39%
R=31.75%
G=27.86%
B=40.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471291870.210.3100.27258.6229.961.96
Hex9381BB151F01B1031e3e
Octal22320127325370334033676
Binary100100111000000110111011101011111101101110000001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9381BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9381BB; }

 p { color: rgb(147,129,187); }

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

<style>
 a { background-color: #9381BB; }

 a { background-color: rgb(147,129,187); }

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

<style>
 span { border-color: #9381BB; }

 span { border-color: rgb(147,129,187); }

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