#9B3DD9

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

Shades of Dark Orchid #9B3DD9

Tints of Dark Orchid #9B3DD9

Color information

#9B3DD9 (or 0x9B3DD9) is unknown color: approx Dark Orchid. HEX triplet: 9B, 3D and D9. RGB value is (155,61,217). Sum of RGB (Red+Green+Blue) = 155+61+217=433 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.80% from 433); Green value is 61 (24.22% from 255 or 14.09% from 433); Blue value is 217 (85.16% from 255 or 50.12% from 433); Max value from RGB is 217 - color contains mainly: blue. Hex color #9B3DD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B3DD9 is #64C226. Grayscale: #6A6A6A. Windows color (decimal): -6603303 or 14237083. OLE color: 14237083.

HSL color Cylindrical-coordinate representation of color #9B3DD9: hue angle of 276.15º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B3DD9 is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15561217-
CMYK0.290.7200.15
HSL276.15º67.24%54.51%-
HSV(B)276.15º71.89%85.1%-
XYZ27.7115.3267.14-
YUV106.89190.14162.32-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.80%
GREEN value IS 61 (24.22% from 255) = 14.09%
BLUE value IS 217 (85.16% from 255) = 50.12%
R=35.80%
G=14.09%
B=50.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal155612170.290.7200.15276.1567.2454.51
Hex9B3DD91D480F1144337
Octal233753313511001742410367
Binary1001101111110111011001111011001000011111000101001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,61,217); }

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

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

 a { background-color: rgb(155,61,217); }

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

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

 span { border-color: rgb(155,61,217); }

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