Html Css Color HEX #9E2BDF Dark Orchid

📋 copy color: '#9E2BDF'

red 158 ◦ green 43 ◦ blue 223

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

Shades of Dark Orchid #9E2BDF

Tints of Dark Orchid #9E2BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.59%

R = 37.26%
G = 10.14%
B = 52.59%

CMYK

 C value IS 0.29

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9E2BDF (or 0x9E2BDF) is known color: Dark Orchid. HEX triplet: 9E, 2B and DF. RGB value is (158,43,223). Sum of RGB (Red+Green+Blue) = 158+43+223=424 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.26% from 424); Green value is 43 (17.19% from 255 or 10.14% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E2BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E2BDF is #61D420. Grayscale: #616161. Windows color (decimal): -6411297 or 14625694. OLE color: 14625694.

HSL color Cylindrical-coordinate representation of color #9E2BDF: hue angle of 278.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9E2BDF is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 43 223 -
CMYK 0.29 0.81 0 0.13
HSL 278.33º 0.74% 0.52% -
HSV(B) 278.33º 0.81% 0.87% -
XYZ 28.28 14.32 71.09 -
YUV 97.91 198.6 170.86 -
System Red Green Blue C M Y K H S L
Decimal 158 43 223 0.29 0.81 0 0.13 278.33 0.74 0.52
Hex 9E 2B DF 1D 51 0 D 116 4A 34
Octal 236 53 337 35 121 0 15 426 112 64
Binary 10011110 101011 11011111 11101 1010001 0 1101 100010110 1001010 110100

Color Harmonies of #9E2BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2BDF

Black with #9E2BDF

Text Example


Text Example

White with #9E2BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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