#9385BE

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

Shades of Cold Purple #9385BE

Tints of Cold Purple #9385BE

Color information

#9385BE (or 0x9385BE) is unknown color: approx Cold Purple. HEX triplet: 93, 85 and BE. RGB value is (147,133,190). Sum of RGB (Red+Green+Blue) = 147+133+190=470 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.28% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #9385BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9385BE is #6C7A41. Grayscale: #8F8F8F. Windows color (decimal): -7109186 or 12486035. OLE color: 12486035.

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

Color convert

RGB147133190-
CMYK0.230.300.25
HSL254.74º30.48%63.33%-
HSV(B)254.74º30%74.51%-
XYZ29.7126.752.3-
YUV143.68154.14130.37-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.28%
GREEN value IS 133 (52.34% from 255) = 28.30%
BLUE value IS 190 (74.61% from 255) = 40.43%
R=31.28%
G=28.30%
B=40.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471331900.230.300.25254.7430.4863.33
Hex9385BE171E019ff1e3f
Octal22320527627360313773677
Binary10010011100001011011111010111111100110011111111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9385BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9385BE; }

 p { color: rgb(147,133,190); }

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

<style>
 a { background-color: #9385BE; }

 a { background-color: rgb(147,133,190); }

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

<style>
 span { border-color: #9385BE; }

 span { border-color: rgb(147,133,190); }

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