Html Css Color HEX #9E2DCF Dark Orchid

📋 copy color: '#9E2DCF'

red 158 ◦ green 45 ◦ blue 207

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

Shades of Dark Orchid #9E2DCF

Tints of Dark Orchid #9E2DCF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.98%

 BLUE value IS 207 (81.25% from 255) = 50.49%

R = 38.54%
G = 10.98%
B = 50.49%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9E2DCF (or 0x9E2DCF) is known color: Dark Orchid. HEX triplet: 9E, 2D and CF. RGB value is (158,45,207). Sum of RGB (Red+Green+Blue) = 158+45+207=410 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.54% from 410); Green value is 45 (17.97% from 255 or 10.98% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E2DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E2DCF is #61D230. Grayscale: #606060. Windows color (decimal): -6410801 or 13577630. OLE color: 13577630.

HSL color Cylindrical-coordinate representation of color #9E2DCF: hue angle of 281.85º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9E2DCF is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 158 45 207 -
CMYK 0.24 0.78 0 0.19
HSL 281.85º 0.64% 0.49% -
HSV(B) 281.85º 0.78% 0.81% -
XYZ 26.3 13.65 60.28 -
YUV 97.26 189.94 171.33 -
System Red Green Blue C M Y K H S L
Decimal 158 45 207 0.24 0.78 0 0.19 281.85 0.64 0.49
Hex 9E 2D CF 18 4E 0 13 11A 40 31
Octal 236 55 317 30 116 0 23 432 100 61
Binary 10011110 101101 11001111 11000 1001110 0 10011 100011010 1000000 110001

Color Harmonies of #9E2DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2DCF

Black with #9E2DCF

Text Example


Text Example

White with #9E2DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,45,207); }

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

background-color css

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

 a { background-color: rgb(158,45,207); }

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

border-color css

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

 span { border-color: rgb(158,45,207); }

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