#9334AF

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

Shades of Dark Orchid #9334AF

Tints of Dark Orchid #9334AF

Color information

#9334AF (or 0x9334AF) is unknown color: approx Dark Orchid. HEX triplet: 93, 34 and AF. RGB value is (147,52,175). Sum of RGB (Red+Green+Blue) = 147+52+175=374 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.30% from 374); Green value is 52 (20.70% from 255 or 13.90% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 175 - color contains mainly: blue. Hex color #9334AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9334AF is #6CCB50. Grayscale: #5E5E5E. Windows color (decimal): -7129937 or 11482259. OLE color: 11482259.

HSL color Cylindrical-coordinate representation of color #9334AF: hue angle of 286.34º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9334AF is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14752175-
CMYK0.160.7000.31
HSL286.34º54.19%44.51%-
HSV(B)286.34º70.29%68.63%-
XYZ2111.7541.72-
YUV94.43173.47165.5-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.30%
GREEN value IS 52 (20.70% from 255) = 13.90%
BLUE value IS 175 (68.75% from 255) = 46.79%
R=39.30%
G=13.90%
B=46.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal147521750.160.7000.31286.3454.1944.51
Hex9334AF104601F11e362d
Octal22364257201060374366655
Binary1001001111010010101111100001000110011111100011110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9334AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9334AF; }

 p { color: rgb(147,52,175); }

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

<style>
 a { background-color: #9334AF; }

 a { background-color: rgb(147,52,175); }

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

<style>
 span { border-color: #9334AF; }

 span { border-color: rgb(147,52,175); }

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