Html Css Color HEX #9E2BCF Dark Orchid

📋 copy color: '#9E2BCF'

red 158 ◦ green 43 ◦ blue 207

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

Shades of Dark Orchid #9E2BCF

Tints of Dark Orchid #9E2BCF

RGB

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

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

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

R = 38.73%
G = 10.54%
B = 50.74%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9E2BCF (or 0x9E2BCF) is known color: Dark Orchid. HEX triplet: 9E, 2B and CF. RGB value is (158,43,207). Sum of RGB (Red+Green+Blue) = 158+43+207=408 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.73% from 408); Green value is 43 (17.19% from 255 or 10.54% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E2BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E2BCF is #61D430. Grayscale: #5F5F5F. Windows color (decimal): -6411313 or 13577118. OLE color: 13577118.

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

Color convert

RGB 158 43 207 -
CMYK 0.24 0.79 0 0.19
HSL 282.07º 0.66% 0.49% -
HSV(B) 282.07º 0.79% 0.81% -
XYZ 26.23 13.5 60.26 -
YUV 96.08 190.6 172.16 -
System Red Green Blue C M Y K H S L
Decimal 158 43 207 0.24 0.79 0 0.19 282.07 0.66 0.49
Hex 9E 2B CF 18 4F 0 13 11A 42 31
Octal 236 53 317 30 117 0 23 432 102 61
Binary 10011110 101011 11001111 11000 1001111 0 10011 100011010 1000010 110001

Color Harmonies of #9E2BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2BCF

Black with #9E2BCF

Text Example


Text Example

White with #9E2BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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