#9328C1

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

Shades of Dark Orchid #9328C1

Tints of Dark Orchid #9328C1

Color information

#9328C1 (or 0x9328C1) is unknown color: approx Dark Orchid. HEX triplet: 93, 28 and C1. RGB value is (147,40,193). Sum of RGB (Red+Green+Blue) = 147+40+193=380 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.68% from 380); Green value is 40 (16.02% from 255 or 10.53% from 380); Blue value is 193 (75.78% from 255 or 50.79% from 380); Max value from RGB is 193 - color contains mainly: blue. Hex color #9328C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9328C1 is #6CD73E. Grayscale: #585858. Windows color (decimal): -7132991 or 12658835. OLE color: 12658835.

HSL color Cylindrical-coordinate representation of color #9328C1: hue angle of 281.96º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9328C1 is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14740193-
CMYK0.240.7900.24
HSL281.96º65.67%45.69%-
HSV(B)281.96º79.27%75.69%-
XYZ22.4211.5751.5-
YUV89.44186.45169.06-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.68%
GREEN value IS 40 (16.02% from 255) = 10.53%
BLUE value IS 193 (75.78% from 255) = 50.79%
R=38.68%
G=10.53%
B=50.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal147401930.240.7900.24281.9665.6745.69
Hex9328C1184F01811a422e
Octal223503013011703043210256
Binary10010011101000110000011100010011110110001000110101000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9328C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9328C1; }

 p { color: rgb(147,40,193); }

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

<style>
 a { background-color: #9328C1; }

 a { background-color: rgb(147,40,193); }

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

<style>
 span { border-color: #9328C1; }

 span { border-color: rgb(147,40,193); }

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