#9330B5

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

Shades of Dark Orchid #9330B5

Tints of Dark Orchid #9330B5

Color information

#9330B5 (or 0x9330B5) is unknown color: approx Dark Orchid. HEX triplet: 93, 30 and B5. RGB value is (147,48,181). Sum of RGB (Red+Green+Blue) = 147+48+181=376 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.10% from 376); Green value is 48 (19.14% from 255 or 12.77% from 376); Blue value is 181 (71.09% from 255 or 48.14% from 376); Max value from RGB is 181 - color contains mainly: blue. Hex color #9330B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9330B5 is #6CCF4A. Grayscale: #5C5C5C. Windows color (decimal): -7130955 or 11874451. OLE color: 11874451.

HSL color Cylindrical-coordinate representation of color #9330B5: hue angle of 284.66º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9330B5 is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14748181-
CMYK0.190.7300.29
HSL284.66º58.08%44.9%-
HSV(B)284.66º73.48%70.98%-
XYZ21.4311.6544.84-
YUV92.76177.8166.69-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.10%
GREEN value IS 48 (19.14% from 255) = 12.77%
BLUE value IS 181 (71.09% from 255) = 48.14%
R=39.10%
G=12.77%
B=48.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal147481810.190.7300.29284.6658.0844.9
Hex9330B5134901D11d3a2d
Octal22360265231110354357255
Binary1001001111000010110101100111001001011101100011101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9330B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9330B5; }

 p { color: rgb(147,48,181); }

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

<style>
 a { background-color: #9330B5; }

 a { background-color: rgb(147,48,181); }

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

<style>
 span { border-color: #9330B5; }

 span { border-color: rgb(147,48,181); }

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