Html Css Color HEX #8F0FCF Dark Violet

📋 copy color: '#8F0FCF'

red 143 ◦ green 15 ◦ blue 207

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

Shades of Dark Violet #8F0FCF

Tints of Dark Violet #8F0FCF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.11%

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

R = 39.18%
G = 4.11%
B = 56.71%

CMYK

 C value IS 0.31

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8F0FCF (or 0x8F0FCF) is known color: Dark Violet. HEX triplet: 8F, 0F and CF. RGB value is (143,15,207). Sum of RGB (Red+Green+Blue) = 143+15+207=365 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.18% from 365); Green value is 15 (6.25% from 255 or 4.11% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F0FCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0FCF is #70F030. Grayscale: #4A4A4A. Windows color (decimal): -7401521 or 13569935. OLE color: 13569935.

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

Color convert

RGB 143 15 207 -
CMYK 0.31 0.93 0 0.19
HSL 280º 0.86% 0.44% -
HSV(B) 280º 0.93% 0.81% -
XYZ 22.76 10.69 59.89 -
YUV 75.16 202.41 176.39 -
System Red Green Blue C M Y K H S L
Decimal 143 15 207 0.31 0.93 0 0.19 280 0.86 0.44
Hex 8F F CF 1F 5D 0 13 118 56 2C
Octal 217 17 317 37 135 0 23 430 126 54
Binary 10001111 1111 11001111 11111 1011101 0 10011 100011000 1010110 101100

Color Harmonies of #8F0FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0FCF

Black with #8F0FCF

Text Example


Text Example

White with #8F0FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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