#9B37BB

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

Shades of Dark Orchid #9B37BB

Tints of Dark Orchid #9B37BB

Color information

#9B37BB (or 0x9B37BB) is unknown color: approx Dark Orchid. HEX triplet: 9B, 37 and BB. RGB value is (155,55,187). Sum of RGB (Red+Green+Blue) = 155+55+187=397 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.04% from 397); Green value is 55 (21.88% from 255 or 13.85% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #9B37BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B37BB is #64C844. Grayscale: #636363. Windows color (decimal): -6604869 or 12269467. OLE color: 12269467.

HSL color Cylindrical-coordinate representation of color #9B37BB: hue angle of 285.45º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9B37BB is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15555187-
CMYK0.170.7100.27
HSL285.45º54.55%47.45%-
HSV(B)285.45º70.59%73.33%-
XYZ23.8513.2948.32-
YUV99.95177.13167.27-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.04%
GREEN value IS 55 (21.88% from 255) = 13.85%
BLUE value IS 187 (73.44% from 255) = 47.10%
R=39.04%
G=13.85%
B=47.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal155551870.170.7100.27285.4554.5547.45
Hex9B37BB114701B11d372f
Octal23367273211070334356757
Binary1001101111011110111011100011000111011011100011101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B37BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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