Html Css Color HEX #9E41CD Dark Orchid

📋 copy color: '#9E41CD'

red 158 ◦ green 65 ◦ blue 205

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

Shades of Dark Orchid #9E41CD

Tints of Dark Orchid #9E41CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.9%

R = 36.92%
G = 15.19%
B = 47.9%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9E41CD (or 0x9E41CD) is known color: Dark Orchid. HEX triplet: 9E, 41 and CD. RGB value is (158,65,205). Sum of RGB (Red+Green+Blue) = 158+65+205=428 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.92% from 428); Green value is 65 (25.78% from 255 or 15.19% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E41CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E41CD is #61BE32. Grayscale: #6C6C6C. Windows color (decimal): -6405683 or 13451678. OLE color: 13451678.

HSL color Cylindrical-coordinate representation of color #9E41CD: hue angle of 279.86º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E41CD is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 158 65 205 -
CMYK 0.23 0.68 0 0.20
HSL 279.86º 0.58% 0.53% -
HSV(B) 279.86º 0.68% 0.8% -
XYZ 27.01 15.46 59.32 -
YUV 108.77 182.31 163.12 -
System Red Green Blue C M Y K H S L
Decimal 158 65 205 0.23 0.68 0 0.20 279.86 0.58 0.53
Hex 9E 41 CD 17 44 0 14 118 3A 35
Octal 236 101 315 27 104 0 24 430 72 65
Binary 10011110 1000001 11001101 10111 1000100 0 10100 100011000 111010 110101

Color Harmonies of #9E41CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E41CD

Black with #9E41CD

Text Example


Text Example

White with #9E41CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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