#9381BF

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

Shades of Cold Purple #9381BF

Tints of Cold Purple #9381BF

Color information

#9381BF (or 0x9381BF) is unknown color: approx Cold Purple. HEX triplet: 93, 81 and BF. RGB value is (147,129,191). Sum of RGB (Red+Green+Blue) = 147+129+191=467 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.48% from 467); Green value is 129 (50.78% from 255 or 27.62% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 191 - color contains mainly: blue. Hex color #9381BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9381BF is #6C7E40. Grayscale: #8D8D8D. Windows color (decimal): -7110209 or 12550547. OLE color: 12550547.

HSL color Cylindrical-coordinate representation of color #9381BF: hue angle of 257.42º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9381BF is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB147129191-
CMYK0.230.3200.25
HSL257.42º32.63%62.75%-
HSV(B)257.42º32.46%74.9%-
XYZ29.2925.6752.7-
YUV141.45155.96131.96-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.48%
GREEN value IS 129 (50.78% from 255) = 27.62%
BLUE value IS 191 (75% from 255) = 40.90%
R=31.48%
G=27.62%
B=40.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471291910.230.3200.25257.4232.6362.75
Hex9381BF1720019101213f
Octal22320127727400314014177
Binary10010011100000011011111110111100000011001100000001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9381BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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