Html Css Color HEX #9E2BBA Dark Orchid

📋 copy color: '#9E2BBA'

red 158 ◦ green 43 ◦ blue 186

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

Shades of Dark Orchid #9E2BBA

Tints of Dark Orchid #9E2BBA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.11%

 BLUE value IS 186 (73.05% from 255) = 48.06%

R = 40.83%
G = 11.11%
B = 48.06%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9E2BBA (or 0x9E2BBA) is known color: Dark Orchid. HEX triplet: 9E, 2B and BA. RGB value is (158,43,186). Sum of RGB (Red+Green+Blue) = 158+43+186=387 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.83% from 387); Green value is 43 (17.19% from 255 or 11.11% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E2BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E2BBA is #61D445. Grayscale: #5D5D5D. Windows color (decimal): -6411334 or 12200862. OLE color: 12200862.

HSL color Cylindrical-coordinate representation of color #9E2BBA: hue angle of 288.25º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9E2BBA is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 158 43 186 -
CMYK 0.15 0.77 0 0.27
HSL 288.25º 0.62% 0.45% -
HSV(B) 288.25º 0.77% 0.73% -
XYZ 23.83 12.54 47.62 -
YUV 93.69 180.1 173.87 -
System Red Green Blue C M Y K H S L
Decimal 158 43 186 0.15 0.77 0 0.27 288.25 0.62 0.45
Hex 9E 2B BA F 4D 0 1B 120 3E 2D
Octal 236 53 272 17 115 0 33 440 76 55
Binary 10011110 101011 10111010 1111 1001101 0 11011 100100000 111110 101101

Color Harmonies of #9E2BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2BBA

Black with #9E2BBA

Text Example


Text Example

White with #9E2BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,43,186); }

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

background-color css

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

 a { background-color: rgb(158,43,186); }

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

border-color css

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

 span { border-color: rgb(158,43,186); }

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