Html Css Color HEX #8F1FCF Dark Orchid

📋 copy color: '#8F1FCF'

red 143 ◦ green 31 ◦ blue 207

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

Shades of Dark Orchid #8F1FCF

Tints of Dark Orchid #8F1FCF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.14%

 BLUE value IS 207 (81.25% from 255) = 54.33%

R = 37.53%
G = 8.14%
B = 54.33%

CMYK

 C value IS 0.31

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8F1FCF (or 0x8F1FCF) is known color: Dark Orchid. HEX triplet: 8F, 1F and CF. RGB value is (143,31,207). Sum of RGB (Red+Green+Blue) = 143+31+207=381 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.53% from 381); Green value is 31 (12.5% from 255 or 8.14% from 381); Blue value is 207 (81.25% from 255 or 54.33% from 381); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F1FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F1FCF is #70E030. Grayscale: #535353. Windows color (decimal): -7397425 or 13574031. OLE color: 13574031.

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

Color convert

RGB 143 31 207 -
CMYK 0.31 0.85 0 0.19
HSL 278.18º 0.74% 0.47% -
HSV(B) 278.18º 0.85% 0.81% -
XYZ 23.08 11.32 60 -
YUV 84.55 197.11 169.69 -
System Red Green Blue C M Y K H S L
Decimal 143 31 207 0.31 0.85 0 0.19 278.18 0.74 0.47
Hex 8F 1F CF 1F 55 0 13 116 4A 2F
Octal 217 37 317 37 125 0 23 426 112 57
Binary 10001111 11111 11001111 11111 1010101 0 10011 100010110 1001010 101111

Color Harmonies of #8F1FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1FCF

Black with #8F1FCF

Text Example


Text Example

White with #8F1FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,31,207); }

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

background-color css

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

 a { background-color: rgb(143,31,207); }

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

border-color css

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

 span { border-color: rgb(143,31,207); }

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