Html Css Color HEX #9E2BD0 Dark Orchid

📋 copy color: '#9E2BD0'

red 158 ◦ green 43 ◦ blue 208

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

Shades of Dark Orchid #9E2BD0

Tints of Dark Orchid #9E2BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 50.86%

R = 38.63%
G = 10.51%
B = 50.86%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9E2BD0 (or 0x9E2BD0) is known color: Dark Orchid. HEX triplet: 9E, 2B and D0. RGB value is (158,43,208). Sum of RGB (Red+Green+Blue) = 158+43+208=409 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.63% from 409); Green value is 43 (17.19% from 255 or 10.51% from 409); Blue value is 208 (81.64% from 255 or 50.86% from 409); Max value from RGB is 208 - color contains mainly: blue. Hex color #9E2BD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E2BD0 is #61D42F. Grayscale: #5F5F5F. Windows color (decimal): -6411312 or 13642654. OLE color: 13642654.

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

Color convert

RGB 158 43 208 -
CMYK 0.24 0.79 0 0.18
HSL 281.82º 0.66% 0.49% -
HSV(B) 281.82º 0.79% 0.82% -
XYZ 26.35 13.55 60.9 -
YUV 96.2 191.1 172.08 -
System Red Green Blue C M Y K H S L
Decimal 158 43 208 0.24 0.79 0 0.18 281.82 0.66 0.49
Hex 9E 2B D0 18 4F 0 12 11A 42 31
Octal 236 53 320 30 117 0 22 432 102 61
Binary 10011110 101011 11010000 11000 1001111 0 10010 100011010 1000010 110001

Color Harmonies of #9E2BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2BD0

Black with #9E2BD0

Text Example


Text Example

White with #9E2BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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