#992EBF

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

Shades of Dark Orchid #992EBF

Tints of Dark Orchid #992EBF

Color information

#992EBF (or 0x992EBF) is unknown color: approx Dark Orchid. HEX triplet: 99, 2E and BF. RGB value is (153,46,191). Sum of RGB (Red+Green+Blue) = 153+46+191=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 46 (18.36% from 255 or 11.79% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 191 - color contains mainly: blue. Hex color #992EBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992EBF is #66D140. Grayscale: #5E5E5E. Windows color (decimal): -6738241 or 12529305. OLE color: 12529305.

HSL color Cylindrical-coordinate representation of color #992EBF: hue angle of 284.28º 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 #992EBF is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15346191-
CMYK0.200.7600.25
HSL284.28º61.18%46.47%-
HSV(B)284.28º75.92%74.9%-
XYZ23.5212.4950.46-
YUV94.52182.45169.71-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.23%
GREEN value IS 46 (18.36% from 255) = 11.79%
BLUE value IS 191 (75% from 255) = 48.97%
R=39.23%
G=11.79%
B=48.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal153461910.200.7600.25284.2861.1846.47
Hex992EBF144C01911c3d2e
Octal23156277241140314347556
Binary1001100110111010111111101001001100011001100011100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992EBF; }

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

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

<style>
 a { background-color: #992EBF; }

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

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

<style>
 span { border-color: #992EBF; }

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

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