#9B3BB3

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

Shades of Dark Orchid #9B3BB3

Tints of Dark Orchid #9B3BB3

Color information

#9B3BB3 (or 0x9B3BB3) is unknown color: approx Dark Orchid. HEX triplet: 9B, 3B and B3. RGB value is (155,59,179). Sum of RGB (Red+Green+Blue) = 155+59+179=393 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.44% from 393); Green value is 59 (23.44% from 255 or 15.01% from 393); Blue value is 179 (70.31% from 255 or 45.55% from 393); Max value from RGB is 179 - color contains mainly: blue. Hex color #9B3BB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B3BB3 is #64C44C. Grayscale: #656565. Windows color (decimal): -6603853 or 11746203. OLE color: 11746203.

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

Color convert

RGB15559179-
CMYK0.130.6700.30
HSL288º50.42%46.67%-
HSV(B)288º67.04%70.2%-
XYZ23.2213.3544-
YUV101.38171.8166.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.44%
GREEN value IS 59 (23.44% from 255) = 15.01%
BLUE value IS 179 (70.31% from 255) = 45.55%
R=39.44%
G=15.01%
B=45.55%

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
Decimal155591790.130.6700.3028850.4246.67
Hex9B3BB3D4301E120322f
Octal23373263151030364406257
Binary100110111110111011001111011000011011110100100000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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