#9B2EBF

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

Shades of Dark Orchid #9B2EBF

Tints of Dark Orchid #9B2EBF

Color information

#9B2EBF (or 0x9B2EBF) is unknown color: approx Dark Orchid. HEX triplet: 9B, 2E and BF. RGB value is (155,46,191). Sum of RGB (Red+Green+Blue) = 155+46+191=392 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.54% from 392); Green value is 46 (18.36% from 255 or 11.73% from 392); Blue value is 191 (75% from 255 or 48.72% from 392); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B2EBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B2EBF is #64D140. Grayscale: #5E5E5E. Windows color (decimal): -6607169 or 12529307. OLE color: 12529307.

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

Color convert

RGB15546191-
CMYK0.190.7600.25
HSL285.1º61.18%46.47%-
HSV(B)285.1º75.92%74.9%-
XYZ23.912.6850.48-
YUV95.12182.11170.71-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.54%
GREEN value IS 46 (18.36% from 255) = 11.73%
BLUE value IS 191 (75% from 255) = 48.72%
R=39.54%
G=11.73%
B=48.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal155461910.190.7600.25285.161.1846.47
Hex9B2EBF134C01911d3d2e
Octal23356277231140314357556
Binary1001101110111010111111100111001100011001100011101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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