#9320BD

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

Shades of Dark Orchid #9320BD

Tints of Dark Orchid #9320BD

Color information

#9320BD (or 0x9320BD) is unknown color: approx Dark Orchid. HEX triplet: 93, 20 and BD. RGB value is (147,32,189). Sum of RGB (Red+Green+Blue) = 147+32+189=368 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.95% from 368); Green value is 32 (12.89% from 255 or 8.70% from 368); Blue value is 189 (74.22% from 255 or 51.36% from 368); Max value from RGB is 189 - color contains mainly: blue. Hex color #9320BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9320BD is #6CDF42. Grayscale: #535353. Windows color (decimal): -7135043 or 12394643. OLE color: 12394643.

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

Color convert

RGB14732189-
CMYK0.220.8300.26
HSL283.95º71.04%43.33%-
HSV(B)283.95º83.07%74.12%-
XYZ21.7310.9149.1-
YUV84.28187.1172.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.95%
GREEN value IS 32 (12.89% from 255) = 8.70%
BLUE value IS 189 (74.22% from 255) = 51.36%
R=39.95%
G=8.70%
B=51.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal147321890.220.8300.26283.9571.0443.33
Hex9320BD165301A11c472b
Octal223402752612303243410753
Binary10010011100000101111011011010100110110101000111001000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9320BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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