Html Css Color HEX #8F2EB1 Dark Orchid

📋 copy color: '#8F2EB1'

red 143 ◦ green 46 ◦ blue 177

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

Shades of Dark Orchid #8F2EB1

Tints of Dark Orchid #8F2EB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 48.36%

R = 39.07%
G = 12.57%
B = 48.36%

CMYK

 C value IS 0.19

 M value IS 0.74

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8F2EB1 (or 0x8F2EB1) is known color: Dark Orchid. HEX triplet: 8F, 2E and B1. RGB value is (143,46,177). Sum of RGB (Red+Green+Blue) = 143+46+177=366 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.07% from 366); Green value is 46 (18.36% from 255 or 12.57% from 366); Blue value is 177 (69.53% from 255 or 48.36% from 366); Max value from RGB is 177 - color contains mainly: blue. Hex color #8F2EB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2EB1 is #70D14E. Grayscale: #595959. Windows color (decimal): -7393615 or 11611791. OLE color: 11611791.

HSL color Cylindrical-coordinate representation of color #8F2EB1: hue angle of 284.43º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8F2EB1 is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 143 46 177 -
CMYK 0.19 0.74 0 0.31
HSL 284.43º 0.59% 0.44% -
HSV(B) 284.43º 0.74% 0.69% -
XYZ 20.24 10.97 42.65 -
YUV 89.94 177.14 165.85 -
System Red Green Blue C M Y K H S L
Decimal 143 46 177 0.19 0.74 0 0.31 284.43 0.59 0.44
Hex 8F 2E B1 13 4A 0 1F 11C 3B 2C
Octal 217 56 261 23 112 0 37 434 73 54
Binary 10001111 101110 10110001 10011 1001010 0 11111 100011100 111011 101100

Color Harmonies of #8F2EB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2EB1

Black with #8F2EB1

Text Example


Text Example

White with #8F2EB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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