Html Css Color HEX #8F1ACE Dark Orchid

📋 copy color: '#8F1ACE'

red 143 ◦ green 26 ◦ blue 206

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

Shades of Dark Orchid #8F1ACE

Tints of Dark Orchid #8F1ACE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.93%

 BLUE value IS 206 (80.86% from 255) = 54.93%

R = 38.13%
G = 6.93%
B = 54.93%

CMYK

 C value IS 0.31

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8F1ACE (or 0x8F1ACE) is known color: Dark Orchid. HEX triplet: 8F, 1A and CE. RGB value is (143,26,206). Sum of RGB (Red+Green+Blue) = 143+26+206=375 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.13% from 375); Green value is 26 (10.55% from 255 or 6.93% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F1ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F1ACE is #70E531. Grayscale: #505050. Windows color (decimal): -7398706 or 13507215. OLE color: 13507215.

HSL color Cylindrical-coordinate representation of color #8F1ACE: hue angle of 279º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8F1ACE is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 143 26 206 -
CMYK 0.31 0.87 0 0.19
HSL 279º 0.78% 0.45% -
HSV(B) 279º 0.87% 0.81% -
XYZ 22.84 11.03 59.32 -
YUV 81.5 198.26 171.86 -
System Red Green Blue C M Y K H S L
Decimal 143 26 206 0.31 0.87 0 0.19 279 0.78 0.45
Hex 8F 1A CE 1F 57 0 13 117 4E 2D
Octal 217 32 316 37 127 0 23 427 116 55
Binary 10001111 11010 11001110 11111 1010111 0 10011 100010111 1001110 101101

Color Harmonies of #8F1ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1ACE

Black with #8F1ACE

Text Example


Text Example

White with #8F1ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,26,206); }

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

background-color css

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

 a { background-color: rgb(143,26,206); }

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

border-color css

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

 span { border-color: rgb(143,26,206); }

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