#9387B6

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

Shades of Cold Purple #9387B6

Tints of Cold Purple #9387B6

Color information

#9387B6 (or 0x9387B6) is unknown color: approx Cold Purple. HEX triplet: 93, 87 and B6. RGB value is (147,135,182). Sum of RGB (Red+Green+Blue) = 147+135+182=464 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.68% from 464); Green value is 135 (53.12% from 255 or 29.09% from 464); Blue value is 182 (71.48% from 255 or 39.22% from 464); Max value from RGB is 182 - color contains mainly: blue. Hex color #9387B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9387B6 is #6C7849. Grayscale: #8F8F8F. Windows color (decimal): -7108682 or 11962259. OLE color: 11962259.

HSL color Cylindrical-coordinate representation of color #9387B6: hue angle of 255.32º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9387B6 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB147135182-
CMYK0.190.2600.29
HSL255.32º24.35%62.16%-
HSV(B)255.32º25.82%71.37%-
XYZ29.1426.9147.91-
YUV143.95149.48130.18-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.68%
GREEN value IS 135 (53.12% from 255) = 29.09%
BLUE value IS 182 (71.48% from 255) = 39.22%
R=31.68%
G=29.09%
B=39.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1471351820.190.2600.29255.3224.3562.16
Hex9387B6131A01Dff183e
Octal22320726623320353773076
Binary10010011100001111011011010011110100111011111111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9387B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9387B6; }

 p { color: rgb(147,135,182); }

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

<style>
 a { background-color: #9387B6; }

 a { background-color: rgb(147,135,182); }

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

<style>
 span { border-color: #9387B6; }

 span { border-color: rgb(147,135,182); }

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