#9380BC

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

Shades of Cold Purple #9380BC

Tints of Cold Purple #9380BC

Color information

#9380BC (or 0x9380BC) is unknown color: approx Cold Purple. HEX triplet: 93, 80 and BC. RGB value is (147,128,188). Sum of RGB (Red+Green+Blue) = 147+128+188=463 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.75% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 188 - color contains mainly: blue. Hex color #9380BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9380BC is #6C7F43. Grayscale: #8C8C8C. Windows color (decimal): -7110468 or 12353683. OLE color: 12353683.

HSL color Cylindrical-coordinate representation of color #9380BC: hue angle of 259º degrees, saturation: 0.31, 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 #9380BC is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB147128188-
CMYK0.220.3200.26
HSL259º30.93%61.96%-
HSV(B)259º31.91%73.73%-
XYZ28.8325.2750.94-
YUV140.52154.79132.62-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.75%
GREEN value IS 128 (50.39% from 255) = 27.65%
BLUE value IS 188 (73.83% from 255) = 40.60%
R=31.75%
G=27.65%
B=40.60%

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
Decimal1471281880.220.3200.2625930.9361.96
Hex9380BC162001A1031f3e
Octal22320027426400324033776
Binary1001001110000000101111001011010000001101010000001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9380BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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