Html Css Color HEX #8F44D1 Dark Orchid

📋 copy color: '#8F44D1'

red 143 ◦ green 68 ◦ blue 209

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

Shades of Dark Orchid #8F44D1

Tints of Dark Orchid #8F44D1

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.19%

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

R = 34.05%
G = 16.19%
B = 49.76%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8F44D1 (or 0x8F44D1) is known color: Dark Orchid. HEX triplet: 8F, 44 and D1. RGB value is (143,68,209). Sum of RGB (Red+Green+Blue) = 143+68+209=420 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.05% from 420); Green value is 68 (26.95% from 255 or 16.19% from 420); Blue value is 209 (82.03% from 255 or 49.76% from 420); Max value from RGB is 209 - color contains mainly: blue. Hex color #8F44D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F44D1 is #70BB2E. Grayscale: #6A6A6A. Windows color (decimal): -7387951 or 13714575. OLE color: 13714575.

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

Color convert

RGB 143 68 209 -
CMYK 0.32 0.67 0 0.18
HSL 271.91º 0.61% 0.54% -
HSV(B) 271.91º 0.67% 0.82% -
XYZ 24.9 14.58 61.82 -
YUV 106.5 185.85 154.04 -
System Red Green Blue C M Y K H S L
Decimal 143 68 209 0.32 0.67 0 0.18 271.91 0.61 0.54
Hex 8F 44 D1 20 43 0 12 110 3D 36
Octal 217 104 321 40 103 0 22 420 75 66
Binary 10001111 1000100 11010001 100000 1000011 0 10010 100010000 111101 110110

Color Harmonies of #8F44D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F44D1

Black with #8F44D1

Text Example


Text Example

White with #8F44D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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