Html Css Color HEX #9E2FBA Dark Orchid

📋 copy color: '#9E2FBA'

red 158 ◦ green 47 ◦ blue 186

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

Shades of Dark Orchid #9E2FBA

Tints of Dark Orchid #9E2FBA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.02%

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

R = 40.41%
G = 12.02%
B = 47.57%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9E2FBA (or 0x9E2FBA) is known color: Dark Orchid. HEX triplet: 9E, 2F and BA. RGB value is (158,47,186). Sum of RGB (Red+Green+Blue) = 158+47+186=391 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.41% from 391); Green value is 47 (18.75% from 255 or 12.02% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E2FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E2FBA is #61D045. Grayscale: #5F5F5F. Windows color (decimal): -6410310 or 12201886. OLE color: 12201886.

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

Color convert

RGB 158 47 186 -
CMYK 0.15 0.75 0 0.27
HSL 287.91º 0.6% 0.46% -
HSV(B) 287.91º 0.75% 0.73% -
XYZ 23.98 12.85 47.67 -
YUV 96.04 178.77 172.2 -
System Red Green Blue C M Y K H S L
Decimal 158 47 186 0.15 0.75 0 0.27 287.91 0.6 0.46
Hex 9E 2F BA F 4B 0 1B 120 3C 2E
Octal 236 57 272 17 113 0 33 440 74 56
Binary 10011110 101111 10111010 1111 1001011 0 11011 100100000 111100 101110

Color Harmonies of #9E2FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2FBA

Black with #9E2FBA

Text Example


Text Example

White with #9E2FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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