#9B3BD5

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

Shades of Dark Orchid #9B3BD5

Tints of Dark Orchid #9B3BD5

Color information

#9B3BD5 (or 0x9B3BD5) is unknown color: approx Dark Orchid. HEX triplet: 9B, 3B and D5. RGB value is (155,59,213). Sum of RGB (Red+Green+Blue) = 155+59+213=427 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.30% from 427); Green value is 59 (23.44% from 255 or 13.82% from 427); Blue value is 213 (83.59% from 255 or 49.88% from 427); Max value from RGB is 213 - color contains mainly: blue. Hex color #9B3BD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B3BD5 is #64C42A. Grayscale: #686868. Windows color (decimal): -6603819 or 13974427. OLE color: 13974427.

HSL color Cylindrical-coordinate representation of color #9B3BD5: hue angle of 277.4º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B3BD5 is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15559213-
CMYK0.270.7200.16
HSL277.4º64.71%53.33%-
HSV(B)277.4º72.3%83.53%-
XYZ27.0914.964.4-
YUV105.26188.8163.48-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.30%
GREEN value IS 59 (23.44% from 255) = 13.82%
BLUE value IS 213 (83.59% from 255) = 49.88%
R=36.30%
G=13.82%
B=49.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal155592130.270.7200.16277.464.7153.33
Hex9B3BD51B480101154135
Octal233733253311002042510165
Binary10011011111011110101011101110010000100001000101011000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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