Html Css Color HEX #9E41DF Dark Orchid

📋 copy color: '#9E41DF'

red 158 ◦ green 65 ◦ blue 223

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

Shades of Dark Orchid #9E41DF

Tints of Dark Orchid #9E41DF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.57%

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

R = 35.43%
G = 14.57%
B = 50%

CMYK

 C value IS 0.29

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9E41DF (or 0x9E41DF) is known color: Dark Orchid. HEX triplet: 9E, 41 and DF. RGB value is (158,65,223). Sum of RGB (Red+Green+Blue) = 158+65+223=446 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.43% from 446); Green value is 65 (25.78% from 255 or 14.57% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E41DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E41DF is #61BE20. Grayscale: #6E6E6E. Windows color (decimal): -6405665 or 14631326. OLE color: 14631326.

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

Color convert

RGB 158 65 223 -
CMYK 0.29 0.71 0 0.13
HSL 275.32º 0.71% 0.56% -
HSV(B) 275.32º 0.71% 0.87% -
XYZ 29.31 16.38 71.43 -
YUV 110.82 191.31 161.65 -
System Red Green Blue C M Y K H S L
Decimal 158 65 223 0.29 0.71 0 0.13 275.32 0.71 0.56
Hex 9E 41 DF 1D 47 0 D 113 47 38
Octal 236 101 337 35 107 0 15 423 107 70
Binary 10011110 1000001 11011111 11101 1000111 0 1101 100010011 1000111 111000

Color Harmonies of #9E41DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E41DF

Black with #9E41DF

Text Example


Text Example

White with #9E41DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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