Html Css Color HEX #8F41D1 Dark Orchid

📋 copy color: '#8F41D1'

red 143 ◦ green 65 ◦ blue 209

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

Shades of Dark Orchid #8F41D1

Tints of Dark Orchid #8F41D1

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.59%

 BLUE value IS 209 (82.03% from 255) = 50.12%

R = 34.29%
G = 15.59%
B = 50.12%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8F41D1 (or 0x8F41D1) is known color: Dark Orchid. HEX triplet: 8F, 41 and D1. RGB value is (143,65,209). Sum of RGB (Red+Green+Blue) = 143+65+209=417 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.29% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 209 (82.03% from 255 or 50.12% from 417); Max value from RGB is 209 - color contains mainly: blue. Hex color #8F41D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F41D1 is #70BE2E. Grayscale: #686868. Windows color (decimal): -7388719 or 13713807. OLE color: 13713807.

HSL color Cylindrical-coordinate representation of color #8F41D1: hue angle of 272.5º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F41D1 is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 143 65 209 -
CMYK 0.32 0.69 0 0.18
HSL 272.5º 0.61% 0.54% -
HSV(B) 272.5º 0.69% 0.82% -
XYZ 24.73 14.22 61.76 -
YUV 104.74 186.84 155.29 -
System Red Green Blue C M Y K H S L
Decimal 143 65 209 0.32 0.69 0 0.18 272.5 0.61 0.54
Hex 8F 41 D1 20 45 0 12 110 3D 36
Octal 217 101 321 40 105 0 22 420 75 66
Binary 10001111 1000001 11010001 100000 1000101 0 10010 100010000 111101 110110

Color Harmonies of #8F41D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F41D1

Black with #8F41D1

Text Example


Text Example

White with #8F41D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,65,209); }

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

background-color css

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

 a { background-color: rgb(143,65,209); }

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

border-color css

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

 span { border-color: rgb(143,65,209); }

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