#9339CC

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

Shades of Dark Orchid #9339CC

Tints of Dark Orchid #9339CC

Color information

#9339CC (or 0x9339CC) is unknown color: approx Dark Orchid. HEX triplet: 93, 39 and CC. RGB value is (147,57,204). Sum of RGB (Red+Green+Blue) = 147+57+204=408 (54% of max value = 765). Red value is 147 (57.81% from 255 or 36.03% from 408); Green value is 57 (22.66% from 255 or 13.97% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #9339CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9339CC is #6CC633. Grayscale: #646464. Windows color (decimal): -7128628 or 13384083. OLE color: 13384083.

HSL color Cylindrical-coordinate representation of color #9339CC: hue angle of 276.73º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9339CC is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB14757204-
CMYK0.280.7200.2
HSL276.73º59.04%51.18%-
HSV(B)276.73º72.06%80%-
XYZ24.3913.4958.44-
YUV100.67186.32161.05-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.03%
GREEN value IS 57 (22.66% from 255) = 13.97%
BLUE value IS 204 (80.08% from 255) = 50%
R=36.03%
G=13.97%
B=50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal147572040.280.7200.2276.7359.0451.18
Hex9339CC1C480141153b33
Octal22371314341100244257363
Binary1001001111100111001100111001001000010100100010101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9339CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9339CC; }

 p { color: rgb(147,57,204); }

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

<style>
 a { background-color: #9339CC; }

 a { background-color: rgb(147,57,204); }

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

<style>
 span { border-color: #9339CC; }

 span { border-color: rgb(147,57,204); }

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