Html Css Color HEX #9E2FBB Dark Orchid

📋 copy color: '#9E2FBB'

red 158 ◦ green 47 ◦ blue 187

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

Shades of Dark Orchid #9E2FBB

Tints of Dark Orchid #9E2FBB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.99%

 BLUE value IS 187 (73.44% from 255) = 47.7%

R = 40.31%
G = 11.99%
B = 47.7%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9E2FBB (or 0x9E2FBB) is known color: Dark Orchid. HEX triplet: 9E, 2F and BB. RGB value is (158,47,187). Sum of RGB (Red+Green+Blue) = 158+47+187=392 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.31% from 392); Green value is 47 (18.75% from 255 or 11.99% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 187 - color contains mainly: blue. Hex color #9E2FBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E2FBB is #61D044. Grayscale: #5F5F5F. Windows color (decimal): -6410309 or 12267422. OLE color: 12267422.

HSL color Cylindrical-coordinate representation of color #9E2FBB: hue angle of 287.57º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9E2FBB is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 158 47 187 -
CMYK 0.16 0.75 0 0.27
HSL 287.57º 0.6% 0.46% -
HSV(B) 287.57º 0.75% 0.73% -
XYZ 24.09 12.89 48.23 -
YUV 96.15 179.27 172.12 -
System Red Green Blue C M Y K H S L
Decimal 158 47 187 0.16 0.75 0 0.27 287.57 0.6 0.46
Hex 9E 2F BB 10 4B 0 1B 120 3C 2E
Octal 236 57 273 20 113 0 33 440 74 56
Binary 10011110 101111 10111011 10000 1001011 0 11011 100100000 111100 101110

Color Harmonies of #9E2FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2FBB

Black with #9E2FBB

Text Example


Text Example

White with #9E2FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,47,187); }

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

background-color css

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

 a { background-color: rgb(158,47,187); }

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

border-color css

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

 span { border-color: rgb(158,47,187); }

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