#9333AF

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

Shades of Dark Orchid #9333AF

Tints of Dark Orchid #9333AF

Color information

#9333AF (or 0x9333AF) is unknown color: approx Dark Orchid. HEX triplet: 93, 33 and AF. RGB value is (147,51,175). Sum of RGB (Red+Green+Blue) = 147+51+175=373 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.41% from 373); Green value is 51 (20.31% from 255 or 13.67% from 373); Blue value is 175 (68.75% from 255 or 46.92% from 373); Max value from RGB is 175 - color contains mainly: blue. Hex color #9333AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9333AF is #6CCC50. Grayscale: #5D5D5D. Windows color (decimal): -7130193 or 11482003. OLE color: 11482003.

HSL color Cylindrical-coordinate representation of color #9333AF: hue angle of 286.45º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9333AF is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14751175-
CMYK0.160.7100.31
HSL286.45º54.87%44.31%-
HSV(B)286.45º70.86%68.63%-
XYZ20.9511.6741.7-
YUV93.84173.8165.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.41%
GREEN value IS 51 (20.31% from 255) = 13.67%
BLUE value IS 175 (68.75% from 255) = 46.92%
R=39.41%
G=13.67%
B=46.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal147511750.160.7100.31286.4554.8744.31
Hex9333AF104701F11e372c
Octal22363257201070374366754
Binary1001001111001110101111100001000111011111100011110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9333AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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