#9321B8

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

Shades of Dark Orchid #9321B8

Tints of Dark Orchid #9321B8

Color information

#9321B8 (or 0x9321B8) is unknown color: approx Dark Orchid. HEX triplet: 93, 21 and B8. RGB value is (147,33,184). Sum of RGB (Red+Green+Blue) = 147+33+184=364 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.38% from 364); Green value is 33 (13.28% from 255 or 9.07% from 364); Blue value is 184 (72.27% from 255 or 50.55% from 364); Max value from RGB is 184 - color contains mainly: blue. Hex color #9321B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9321B8 is #6CDE47. Grayscale: #535353. Windows color (decimal): -7134792 or 12067219. OLE color: 12067219.

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

Color convert

RGB14733184-
CMYK0.200.8200.28
HSL285.3º69.59%42.55%-
HSV(B)285.3º82.07%72.16%-
XYZ21.2310.7546.3-
YUV84.3184.27172.72-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.38%
GREEN value IS 33 (13.28% from 255) = 9.07%
BLUE value IS 184 (72.27% from 255) = 50.55%
R=40.38%
G=9.07%
B=50.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal147331840.200.8200.28285.369.5942.55
Hex9321B8145201C11d462b
Octal223412702412203443510653
Binary10010011100001101110001010010100100111001000111011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9321B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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