#9B3BB2

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

Shades of Dark Orchid #9B3BB2

Tints of Dark Orchid #9B3BB2

Color information

#9B3BB2 (or 0x9B3BB2) is unknown color: approx Dark Orchid. HEX triplet: 9B, 3B and B2. RGB value is (155,59,178). Sum of RGB (Red+Green+Blue) = 155+59+178=392 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.54% from 392); Green value is 59 (23.44% from 255 or 15.05% from 392); Blue value is 178 (69.92% from 255 or 45.41% from 392); Max value from RGB is 178 - color contains mainly: blue. Hex color #9B3BB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3BB2 is #64C44D. Grayscale: #646464. Windows color (decimal): -6603854 or 11680667. OLE color: 11680667.

HSL color Cylindrical-coordinate representation of color #9B3BB2: hue angle of 288.4º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9B3BB2 is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB15559178-
CMYK0.130.6700.30
HSL288.4º50.21%46.47%-
HSV(B)288.4º66.85%69.8%-
XYZ23.1213.3143.47-
YUV101.27171.3166.32-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.54%
GREEN value IS 59 (23.44% from 255) = 15.05%
BLUE value IS 178 (69.92% from 255) = 45.41%
R=39.54%
G=15.05%
B=45.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal155591780.130.6700.30288.450.2146.47
Hex9B3BB2D4301E120322e
Octal23373262151030364406256
Binary100110111110111011001011011000011011110100100000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,59,178); }

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

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

 a { background-color: rgb(155,59,178); }

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

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

 span { border-color: rgb(155,59,178); }

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