#9338C9

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

Shades of Dark Orchid #9338C9

Tints of Dark Orchid #9338C9

Color information

#9338C9 (or 0x9338C9) is unknown color: approx Dark Orchid. HEX triplet: 93, 38 and C9. RGB value is (147,56,201). Sum of RGB (Red+Green+Blue) = 147+56+201=404 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.39% from 404); Green value is 56 (22.27% from 255 or 13.86% from 404); Blue value is 201 (78.91% from 255 or 49.75% from 404); Max value from RGB is 201 - color contains mainly: blue. Hex color #9338C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9338C9 is #6CC736. Grayscale: #636363. Windows color (decimal): -7128887 or 13187219. OLE color: 13187219.

HSL color Cylindrical-coordinate representation of color #9338C9: hue angle of 277.66º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9338C9 is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14756201-
CMYK0.270.7200.21
HSL277.66º57.31%50.39%-
HSV(B)277.66º72.14%78.82%-
XYZ23.9913.2556.55-
YUV99.74185.15161.71-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.39%
GREEN value IS 56 (22.27% from 255) = 13.86%
BLUE value IS 201 (78.91% from 255) = 49.75%
R=36.39%
G=13.86%
B=49.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal147562010.270.7200.21277.6657.3150.39
Hex9338C91B480151163932
Octal22370311331100254267162
Binary1001001111100011001001110111001000010101100010110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9338C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9338C9; }

 p { color: rgb(147,56,201); }

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

<style>
 a { background-color: #9338C9; }

 a { background-color: rgb(147,56,201); }

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

<style>
 span { border-color: #9338C9; }

 span { border-color: rgb(147,56,201); }

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