#9326BD

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

Shades of Dark Orchid #9326BD

Tints of Dark Orchid #9326BD

Color information

#9326BD (or 0x9326BD) is unknown color: approx Dark Orchid. HEX triplet: 93, 26 and BD. RGB value is (147,38,189). Sum of RGB (Red+Green+Blue) = 147+38+189=374 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.30% from 374); Green value is 38 (15.23% from 255 or 10.16% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #9326BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9326BD is #6CD942. Grayscale: #575757. Windows color (decimal): -7133507 or 12396179. OLE color: 12396179.

HSL color Cylindrical-coordinate representation of color #9326BD: hue angle of 283.31º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9326BD is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14738189-
CMYK0.220.8000.26
HSL283.31º66.52%44.51%-
HSV(B)283.31º79.89%74.12%-
XYZ21.9111.2649.16-
YUV87.8185.11170.22-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.30%
GREEN value IS 38 (15.23% from 255) = 10.16%
BLUE value IS 189 (74.22% from 255) = 50.53%
R=39.30%
G=10.16%
B=50.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal147381890.220.8000.26283.3166.5244.51
Hex9326BD165001A11b432d
Octal223462752612003243310355
Binary10010011100110101111011011010100000110101000110111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9326BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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