#9328B4

Color #9328B4 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #9328B4

Tints of Dark Orchid #9328B4

Color information

#9328B4 (or 0x9328B4) is unknown color: approx Dark Orchid. HEX triplet: 93, 28 and B4. RGB value is (147,40,180). Sum of RGB (Red+Green+Blue) = 147+40+180=367 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.05% from 367); Green value is 40 (16.02% from 255 or 10.90% from 367); Blue value is 180 (70.70% from 255 or 49.05% from 367); Max value from RGB is 180 - color contains mainly: blue. Hex color #9328B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9328B4 is #6CD74B. Grayscale: #575757. Windows color (decimal): -7133004 or 11806867. OLE color: 11806867.

HSL color Cylindrical-coordinate representation of color #9328B4: hue angle of 285.86º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9328B4 is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14740180-
CMYK0.180.7800.29
HSL285.86º63.64%43.14%-
HSV(B)285.86º77.78%70.59%-
XYZ21.0311.0244.2-
YUV87.95179.95170.12-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.05%
GREEN value IS 40 (16.02% from 255) = 10.90%
BLUE value IS 180 (70.70% from 255) = 49.05%
R=40.05%
G=10.90%
B=49.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal147401800.180.7800.29285.8663.6443.14
Hex9328B4124E01D11e402b
Octal223502642211603543610053
Binary10010011101000101101001001010011100111011000111101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9328B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9328B4; }

 p { color: rgb(147,40,180); }

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

<style>
 a { background-color: #9328B4; }

 a { background-color: rgb(147,40,180); }

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

<style>
 span { border-color: #9328B4; }

 span { border-color: rgb(147,40,180); }

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