#9B2EBC

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

Shades of Dark Orchid #9B2EBC

Tints of Dark Orchid #9B2EBC

Color information

#9B2EBC (or 0x9B2EBC) is unknown color: approx Dark Orchid. HEX triplet: 9B, 2E and BC. RGB value is (155,46,188). Sum of RGB (Red+Green+Blue) = 155+46+188=389 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.85% from 389); Green value is 46 (18.36% from 255 or 11.83% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B2EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B2EBC is #64D143. Grayscale: #5E5E5E. Windows color (decimal): -6607172 or 12332699. OLE color: 12332699.

HSL color Cylindrical-coordinate representation of color #9B2EBC: hue angle of 286.06º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9B2EBC is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15546188-
CMYK0.180.7600.26
HSL286.06º60.68%45.88%-
HSV(B)286.06º75.53%73.73%-
XYZ23.5712.5548.76-
YUV94.78180.61170.95-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.85%
GREEN value IS 46 (18.36% from 255) = 11.83%
BLUE value IS 188 (73.83% from 255) = 48.33%
R=39.85%
G=11.83%
B=48.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal155461880.180.7600.26286.0660.6845.88
Hex9B2EBC124C01A11e3d2e
Octal23356274221140324367556
Binary1001101110111010111100100101001100011010100011110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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