#9B3BBF

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

Shades of Dark Orchid #9B3BBF

Tints of Dark Orchid #9B3BBF

Color information

#9B3BBF (or 0x9B3BBF) is unknown color: approx Dark Orchid. HEX triplet: 9B, 3B and BF. RGB value is (155,59,191). Sum of RGB (Red+Green+Blue) = 155+59+191=405 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.27% from 405); Green value is 59 (23.44% from 255 or 14.57% from 405); Blue value is 191 (75% from 255 or 47.16% from 405); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B3BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B3BBF is #64C440. Grayscale: #666666. Windows color (decimal): -6603841 or 12532635. OLE color: 12532635.

HSL color Cylindrical-coordinate representation of color #9B3BBF: hue angle of 283.64º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9B3BBF is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15559191-
CMYK0.190.6900.25
HSL283.64º52.8%49.02%-
HSV(B)283.64º69.11%74.9%-
XYZ24.4913.8650.67-
YUV102.75177.8165.27-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.27%
GREEN value IS 59 (23.44% from 255) = 14.57%
BLUE value IS 191 (75% from 255) = 47.16%
R=38.27%
G=14.57%
B=47.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal155591910.190.6900.25283.6452.849.02
Hex9B3BBF134501911c3531
Octal23373277231050314346561
Binary1001101111101110111111100111000101011001100011100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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