#9B3BBA

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

Shades of Dark Orchid #9B3BBA

Tints of Dark Orchid #9B3BBA

Color information

#9B3BBA (or 0x9B3BBA) is unknown color: approx Dark Orchid. HEX triplet: 9B, 3B and BA. RGB value is (155,59,186). Sum of RGB (Red+Green+Blue) = 155+59+186=400 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.75% from 400); Green value is 59 (23.44% from 255 or 14.75% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B3BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B3BBA is #64C445. Grayscale: #656565. Windows color (decimal): -6603846 or 12204955. OLE color: 12204955.

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

Color convert

RGB15559186-
CMYK0.170.6800.27
HSL285.35º51.84%48.04%-
HSV(B)285.35º68.28%72.94%-
XYZ23.9413.6447.83-
YUV102.18175.3165.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.75%
GREEN value IS 59 (23.44% from 255) = 14.75%
BLUE value IS 186 (73.05% from 255) = 46.5%
R=38.75%
G=14.75%
B=46.5%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal155591860.170.6800.27285.3551.8448.04
Hex9B3BBA114401B11d3430
Octal23373272211040334356460
Binary1001101111101110111010100011000100011011100011101110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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