#9338D8

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

Shades of Dark Orchid #9338D8

Tints of Dark Orchid #9338D8

Color information

#9338D8 (or 0x9338D8) is unknown color: approx Dark Orchid. HEX triplet: 93, 38 and D8. RGB value is (147,56,216). Sum of RGB (Red+Green+Blue) = 147+56+216=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 56 (22.27% from 255 or 13.37% from 419); Blue value is 216 (84.77% from 255 or 51.55% from 419); Max value from RGB is 216 - color contains mainly: blue. Hex color #9338D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9338D8 is #6CC727. Grayscale: #646464. Windows color (decimal): -7128872 or 14170259. OLE color: 14170259.

HSL color Cylindrical-coordinate representation of color #9338D8: hue angle of 274.12º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9338D8 is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14756216-
CMYK0.320.7400.15
HSL274.12º67.23%53.33%-
HSV(B)274.12º74.07%84.71%-
XYZ25.8413.9966.3-
YUV101.45192.65160.49-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.08%
GREEN value IS 56 (22.27% from 255) = 13.37%
BLUE value IS 216 (84.77% from 255) = 51.55%
R=35.08%
G=13.37%
B=51.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal147562160.320.7400.15274.1267.2353.33
Hex9338D8204A0F1124335
Octal223703304011201742210365
Binary10010011111000110110001000001001010011111000100101000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9338D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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