#9B2ED5

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

Shades of Dark Orchid #9B2ED5

Tints of Dark Orchid #9B2ED5

Color information

#9B2ED5 (or 0x9B2ED5) is unknown color: approx Dark Orchid. HEX triplet: 9B, 2E and D5. RGB value is (155,46,213). Sum of RGB (Red+Green+Blue) = 155+46+213=414 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.44% from 414); Green value is 46 (18.36% from 255 or 11.11% from 414); Blue value is 213 (83.59% from 255 or 51.45% from 414); Max value from RGB is 213 - color contains mainly: blue. Hex color #9B2ED5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B2ED5 is #64D12A. Grayscale: #616161. Windows color (decimal): -6607147 or 13971099. OLE color: 13971099.

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

Color convert

RGB15546213-
CMYK0.270.7800.16
HSL279.16º66.53%50.78%-
HSV(B)279.16º78.4%83.53%-
XYZ26.513.7364.2-
YUV97.63193.11168.92-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.44%
GREEN value IS 46 (18.36% from 255) = 11.11%
BLUE value IS 213 (83.59% from 255) = 51.45%
R=37.44%
G=11.11%
B=51.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal155462130.270.7800.16279.1666.5350.78
Hex9B2ED51B4E0101174333
Octal233563253311602042710363
Binary10011011101110110101011101110011100100001000101111000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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