Html Css Color HEX #9E2EBF Dark Orchid

📋 copy color: '#9E2EBF'

red 158 ◦ green 46 ◦ blue 191

#9E2EBF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #9E2EBF

Tints of Dark Orchid #9E2EBF

RGB

 RED value IS 158 (62.11% from 255) = 40%

 GREEN value IS 46 (18.36% from 255) = 11.65%

 BLUE value IS 191 (75% from 255) = 48.35%

R = 40%
G = 11.65%
B = 48.35%

CMYK

 C value IS 0.17

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E2EBF (or 0x9E2EBF) is known color: Dark Orchid. HEX triplet: 9E, 2E and BF. RGB value is (158,46,191). Sum of RGB (Red+Green+Blue) = 158+46+191=395 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40% from 395); Green value is 46 (18.36% from 255 or 11.65% from 395); Blue value is 191 (75% from 255 or 48.35% from 395); Max value from RGB is 191 - color contains mainly: blue. Hex color #9E2EBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E2EBF is #61D140. Grayscale: #5F5F5F. Windows color (decimal): -6410561 or 12529310. OLE color: 12529310.

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

Color convert

RGB 158 46 191 -
CMYK 0.17 0.76 0 0.25
HSL 286.34º 0.61% 0.46% -
HSV(B) 286.34º 0.76% 0.75% -
XYZ 24.48 12.98 50.51 -
YUV 96.02 181.61 172.21 -
System Red Green Blue C M Y K H S L
Decimal 158 46 191 0.17 0.76 0 0.25 286.34 0.61 0.46
Hex 9E 2E BF 11 4C 0 19 11E 3D 2E
Octal 236 56 277 21 114 0 31 436 75 56
Binary 10011110 101110 10111111 10001 1001100 0 11001 100011110 111101 101110

Color Harmonies of #9E2EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2EBF

Black with #9E2EBF

Text Example


Text Example

White with #9E2EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E2EBF;
 }
 .AnyTagClassName
 {
   color: #9E2EBF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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