#9B2CBE

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

Shades of Dark Orchid #9B2CBE

Tints of Dark Orchid #9B2CBE

Color information

#9B2CBE (or 0x9B2CBE) is unknown color: approx Dark Orchid. HEX triplet: 9B, 2C and BE. RGB value is (155,44,190). Sum of RGB (Red+Green+Blue) = 155+44+190=389 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.85% from 389); Green value is 44 (17.58% from 255 or 11.31% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B2CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B2CBE is #64D341. Grayscale: #5D5D5D. Windows color (decimal): -6607682 or 12463259. OLE color: 12463259.

HSL color Cylindrical-coordinate representation of color #9B2CBE: hue angle of 285.62º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B2CBE is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15544190-
CMYK0.180.7700.25
HSL285.62º62.39%45.88%-
HSV(B)285.62º76.84%74.51%-
XYZ23.7112.4949.88-
YUV93.83182.27171.63-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.85%
GREEN value IS 44 (17.58% from 255) = 11.31%
BLUE value IS 190 (74.61% from 255) = 48.84%
R=39.85%
G=11.31%
B=48.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal155441900.180.7700.25285.6262.3945.88
Hex9B2CBE124D01911e3e2e
Octal23354276221150314367656
Binary1001101110110010111110100101001101011001100011110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,44,190); }

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

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

 a { background-color: rgb(155,44,190); }

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

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

 span { border-color: rgb(155,44,190); }

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