#9320B8

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

Shades of Dark Orchid #9320B8

Tints of Dark Orchid #9320B8

Color information

#9320B8 (or 0x9320B8) is unknown color: approx Dark Orchid. HEX triplet: 93, 20 and B8. RGB value is (147,32,184). Sum of RGB (Red+Green+Blue) = 147+32+184=363 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.50% from 363); Green value is 32 (12.89% from 255 or 8.82% from 363); Blue value is 184 (72.27% from 255 or 50.69% from 363); Max value from RGB is 184 - color contains mainly: blue. Hex color #9320B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9320B8 is #6CDF47. Grayscale: #535353. Windows color (decimal): -7135048 or 12066963. OLE color: 12066963.

HSL color Cylindrical-coordinate representation of color #9320B8: hue angle of 285.39º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9320B8 is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB14732184-
CMYK0.200.8300.28
HSL285.39º70.37%42.35%-
HSV(B)285.39º82.61%72.16%-
XYZ21.210.746.29-
YUV83.71184.6173.14-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.50%
GREEN value IS 32 (12.89% from 255) = 8.82%
BLUE value IS 184 (72.27% from 255) = 50.69%
R=40.50%
G=8.82%
B=50.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal147321840.200.8300.28285.3970.3742.35
Hex9320B8145301C11d462a
Octal223402702412303443510652
Binary10010011100000101110001010010100110111001000111011000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9320B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9320B8; }

 p { color: rgb(147,32,184); }

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

<style>
 a { background-color: #9320B8; }

 a { background-color: rgb(147,32,184); }

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

<style>
 span { border-color: #9320B8; }

 span { border-color: rgb(147,32,184); }

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