Html Css Color HEX #8F41C6 Dark Orchid

📋 copy color: '#8F41C6'

red 143 ◦ green 65 ◦ blue 198

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

Shades of Dark Orchid #8F41C6

Tints of Dark Orchid #8F41C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 48.77%

R = 35.22%
G = 16.01%
B = 48.77%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8F41C6 (or 0x8F41C6) is known color: Dark Orchid. HEX triplet: 8F, 41 and C6. RGB value is (143,65,198). Sum of RGB (Red+Green+Blue) = 143+65+198=406 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.22% from 406); Green value is 65 (25.78% from 255 or 16.01% from 406); Blue value is 198 (77.73% from 255 or 48.77% from 406); Max value from RGB is 198 - color contains mainly: blue. Hex color #8F41C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F41C6 is #70BE39. Grayscale: #676767. Windows color (decimal): -7388730 or 12992911. OLE color: 12992911.

HSL color Cylindrical-coordinate representation of color #8F41C6: hue angle of 275.19º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8F41C6 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 143 65 198 -
CMYK 0.28 0.67 0 0.22
HSL 275.19º 0.54% 0.52% -
HSV(B) 275.19º 0.67% 0.78% -
XYZ 23.41 13.7 54.84 -
YUV 103.48 181.34 156.19 -
System Red Green Blue C M Y K H S L
Decimal 143 65 198 0.28 0.67 0 0.22 275.19 0.54 0.52
Hex 8F 41 C6 1C 43 0 16 113 36 34
Octal 217 101 306 34 103 0 26 423 66 64
Binary 10001111 1000001 11000110 11100 1000011 0 10110 100010011 110110 110100

Color Harmonies of #8F41C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F41C6

Black with #8F41C6

Text Example


Text Example

White with #8F41C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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