#9380BD

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

Shades of Cold Purple #9380BD

Tints of Cold Purple #9380BD

Color information

#9380BD (or 0x9380BD) is unknown color: approx Cold Purple. HEX triplet: 93, 80 and BD. RGB value is (147,128,189). Sum of RGB (Red+Green+Blue) = 147+128+189=464 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.68% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 189 - color contains mainly: blue. Hex color #9380BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9380BD is #6C7F42. Grayscale: #8C8C8C. Windows color (decimal): -7110467 or 12419219. OLE color: 12419219.

HSL color Cylindrical-coordinate representation of color #9380BD: hue angle of 258.69º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9380BD is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB147128189-
CMYK0.220.3200.26
HSL258.69º31.61%62.16%-
HSV(B)258.69º32.28%74.12%-
XYZ28.9425.3251.51-
YUV140.64155.29132.54-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.68%
GREEN value IS 128 (50.39% from 255) = 27.59%
BLUE value IS 189 (74.22% from 255) = 40.73%
R=31.68%
G=27.59%
B=40.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1471281890.220.3200.26258.6931.6162.16
Hex9380BD162001A103203e
Octal22320027526400324034076
Binary10010011100000001011110110110100000011010100000011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9380BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9380BD; }

 p { color: rgb(147,128,189); }

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

<style>
 a { background-color: #9380BD; }

 a { background-color: rgb(147,128,189); }

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

<style>
 span { border-color: #9380BD; }

 span { border-color: rgb(147,128,189); }

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