#9B37C6

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

Shades of Dark Orchid #9B37C6

Tints of Dark Orchid #9B37C6

Color information

#9B37C6 (or 0x9B37C6) is unknown color: approx Dark Orchid. HEX triplet: 9B, 37 and C6. RGB value is (155,55,198). Sum of RGB (Red+Green+Blue) = 155+55+198=408 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.99% from 408); Green value is 55 (21.88% from 255 or 13.48% from 408); Blue value is 198 (77.73% from 255 or 48.53% from 408); Max value from RGB is 198 - color contains mainly: blue. Hex color #9B37C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B37C6 is #64C839. Grayscale: #646464. Windows color (decimal): -6604858 or 12990363. OLE color: 12990363.

HSL color Cylindrical-coordinate representation of color #9B37C6: hue angle of 281.96º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B37C6 is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15555198-
CMYK0.220.7200.22
HSL281.96º56.52%49.61%-
HSV(B)281.96º72.22%77.65%-
XYZ25.0813.7854.76-
YUV101.2182.63166.37-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.99%
GREEN value IS 55 (21.88% from 255) = 13.48%
BLUE value IS 198 (77.73% from 255) = 48.53%
R=37.99%
G=13.48%
B=48.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal155551980.220.7200.22281.9656.5249.61
Hex9B37C6164801611a3932
Octal23367306261100264327162
Binary1001101111011111000110101101001000010110100011010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B37C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B37C6; }

 p { color: rgb(155,55,198); }

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

<style>
 a { background-color: #9B37C6; }

 a { background-color: rgb(155,55,198); }

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

<style>
 span { border-color: #9B37C6; }

 span { border-color: rgb(155,55,198); }

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