Html Css Color HEX #9E2BAC Dark Orchid

📋 copy color: '#9E2BAC'

red 158 ◦ green 43 ◦ blue 172

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

Shades of Dark Orchid #9E2BAC

Tints of Dark Orchid #9E2BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.11%

R = 42.36%
G = 11.53%
B = 46.11%

CMYK

 C value IS 0.08

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E2BAC (or 0x9E2BAC) is known color: Dark Orchid. HEX triplet: 9E, 2B and AC. RGB value is (158,43,172). Sum of RGB (Red+Green+Blue) = 158+43+172=373 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.36% from 373); Green value is 43 (17.19% from 255 or 11.53% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E2BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E2BAC is #61D453. Grayscale: #5B5B5B. Windows color (decimal): -6411348 or 11283358. OLE color: 11283358.

HSL color Cylindrical-coordinate representation of color #9E2BAC: hue angle of 293.49º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9E2BAC is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 43 172 -
CMYK 0.08 0.75 0 0.33
HSL 293.49º 0.6% 0.42% -
HSV(B) 293.49º 0.75% 0.67% -
XYZ 22.41 11.98 40.16 -
YUV 92.09 173.1 175.01 -
System Red Green Blue C M Y K H S L
Decimal 158 43 172 0.08 0.75 0 0.33 293.49 0.6 0.42
Hex 9E 2B AC 8 4B 0 21 125 3C 2A
Octal 236 53 254 10 113 0 41 445 74 52
Binary 10011110 101011 10101100 1000 1001011 0 100001 100100101 111100 101010

Color Harmonies of #9E2BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2BAC

Black with #9E2BAC

Text Example


Text Example

White with #9E2BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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