Html Css Color HEX #8F2EBF Dark Orchid

📋 copy color: '#8F2EBF'

red 143 ◦ green 46 ◦ blue 191

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

Shades of Dark Orchid #8F2EBF

Tints of Dark Orchid #8F2EBF

RGB

 RED value IS 143 (56.25% from 255) = 37.63%

 GREEN value IS 46 (18.36% from 255) = 12.11%

 BLUE value IS 191 (75% from 255) = 50.26%

R = 37.63%
G = 12.11%
B = 50.26%

CMYK

 C value IS 0.25

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8F2EBF (or 0x8F2EBF) is known color: Dark Orchid. HEX triplet: 8F, 2E and BF. RGB value is (143,46,191). Sum of RGB (Red+Green+Blue) = 143+46+191=380 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.63% from 380); Green value is 46 (18.36% from 255 or 12.11% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #8F2EBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F2EBF is #70D140. Grayscale: #5B5B5B. Windows color (decimal): -7393601 or 12529295. OLE color: 12529295.

HSL color Cylindrical-coordinate representation of color #8F2EBF: hue angle of 280.14º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8F2EBF is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 143 46 191 -
CMYK 0.25 0.76 0 0.25
HSL 280.14º 0.61% 0.46% -
HSV(B) 280.14º 0.76% 0.75% -
XYZ 21.71 11.56 50.38 -
YUV 91.53 184.14 164.71 -
System Red Green Blue C M Y K H S L
Decimal 143 46 191 0.25 0.76 0 0.25 280.14 0.61 0.46
Hex 8F 2E BF 19 4C 0 19 118 3D 2E
Octal 217 56 277 31 114 0 31 430 75 56
Binary 10001111 101110 10111111 11001 1001100 0 11001 100011000 111101 101110

Color Harmonies of #8F2EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2EBF

Black with #8F2EBF

Text Example


Text Example

White with #8F2EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F2EBF; }

 p { color: rgb(143,46,191); }

 H1.HeaderClassName
 {
   color: #8F2EBF;
 }
 .AnyTagClassName
 {
   color: #8F2EBF;
 }
</style>

background-color css

<style>
 a { background-color: #8F2EBF; }

 a { background-color: rgb(143,46,191); }

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

border-color css

<style>
 span { border-color: #8F2EBF; }

 span { border-color: rgb(143,46,191); }

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