#9329BF

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

Shades of Dark Orchid #9329BF

Tints of Dark Orchid #9329BF

Color information

#9329BF (or 0x9329BF) is unknown color: approx Dark Orchid. HEX triplet: 93, 29 and BF. RGB value is (147,41,191). Sum of RGB (Red+Green+Blue) = 147+41+191=379 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.79% from 379); Green value is 41 (16.41% from 255 or 10.82% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #9329BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9329BF is #6CD640. Grayscale: #595959. Windows color (decimal): -7132737 or 12528019. OLE color: 12528019.

HSL color Cylindrical-coordinate representation of color #9329BF: hue angle of 282.4º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9329BF is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14741191-
CMYK0.230.7900.25
HSL282.4º64.66%45.49%-
HSV(B)282.4º78.53%74.9%-
XYZ22.2311.5550.35-
YUV89.79185.12168.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.79%
GREEN value IS 41 (16.41% from 255) = 10.82%
BLUE value IS 191 (75% from 255) = 50.40%
R=38.79%
G=10.82%
B=50.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal147411910.230.7900.25282.464.6645.49
Hex9329BF174F01911a412d
Octal223512772711703143210155
Binary10010011101001101111111011110011110110011000110101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9329BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9329BF; }

 p { color: rgb(147,41,191); }

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

<style>
 a { background-color: #9329BF; }

 a { background-color: rgb(147,41,191); }

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

<style>
 span { border-color: #9329BF; }

 span { border-color: rgb(147,41,191); }

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