Html Css Color HEX #8F2BC1 Dark Orchid

📋 copy color: '#8F2BC1'

red 143 ◦ green 43 ◦ blue 193

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

Shades of Dark Orchid #8F2BC1

Tints of Dark Orchid #8F2BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 50.92%

R = 37.73%
G = 11.35%
B = 50.92%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8F2BC1 (or 0x8F2BC1) is known color: Dark Orchid. HEX triplet: 8F, 2B and C1. RGB value is (143,43,193). Sum of RGB (Red+Green+Blue) = 143+43+193=379 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.73% from 379); Green value is 43 (17.19% from 255 or 11.35% from 379); Blue value is 193 (75.78% from 255 or 50.92% from 379); Max value from RGB is 193 - color contains mainly: blue. Hex color #8F2BC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F2BC1 is #70D43E. Grayscale: #595959. Windows color (decimal): -7394367 or 12659599. OLE color: 12659599.

HSL color Cylindrical-coordinate representation of color #8F2BC1: hue angle of 280º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F2BC1 is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 143 43 193 -
CMYK 0.26 0.78 0 0.24
HSL 280º 0.64% 0.46% -
HSV(B) 280º 0.78% 0.76% -
XYZ 21.82 11.42 51.51 -
YUV 90 186.13 165.8 -
System Red Green Blue C M Y K H S L
Decimal 143 43 193 0.26 0.78 0 0.24 280 0.64 0.46
Hex 8F 2B C1 1A 4E 0 18 118 40 2E
Octal 217 53 301 32 116 0 30 430 100 56
Binary 10001111 101011 11000001 11010 1001110 0 11000 100011000 1000000 101110

Color Harmonies of #8F2BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2BC1

Black with #8F2BC1

Text Example


Text Example

White with #8F2BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,43,193); }

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

background-color css

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

 a { background-color: rgb(143,43,193); }

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

border-color css

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

 span { border-color: rgb(143,43,193); }

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