#9337B7

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

Shades of Dark Orchid #9337B7

Tints of Dark Orchid #9337B7

Color information

#9337B7 (or 0x9337B7) is unknown color: approx Dark Orchid. HEX triplet: 93, 37 and B7. RGB value is (147,55,183). Sum of RGB (Red+Green+Blue) = 147+55+183=385 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.18% from 385); Green value is 55 (21.88% from 255 or 14.29% from 385); Blue value is 183 (71.88% from 255 or 47.53% from 385); Max value from RGB is 183 - color contains mainly: blue. Hex color #9337B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9337B7 is #6CC848. Grayscale: #606060. Windows color (decimal): -7129161 or 12007315. OLE color: 12007315.

HSL color Cylindrical-coordinate representation of color #9337B7: hue angle of 283.12º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9337B7 is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB14755183-
CMYK0.200.7000.28
HSL283.12º53.78%46.67%-
HSV(B)283.12º69.95%71.76%-
XYZ21.9512.3546.03-
YUV97.1176.48163.59-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.18%
GREEN value IS 55 (21.88% from 255) = 14.29%
BLUE value IS 183 (71.88% from 255) = 47.53%
R=38.18%
G=14.29%
B=47.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal147551830.200.7000.28283.1253.7846.67
Hex9337B7144601C11b362f
Octal22367267241060344336657
Binary1001001111011110110111101001000110011100100011011110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9337B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9337B7; }

 p { color: rgb(147,55,183); }

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

<style>
 a { background-color: #9337B7; }

 a { background-color: rgb(147,55,183); }

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

<style>
 span { border-color: #9337B7; }

 span { border-color: rgb(147,55,183); }

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