Html Css Color HEX #8F16CE Dark Violet

📋 copy color: '#8F16CE'

red 143 ◦ green 22 ◦ blue 206

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

Shades of Dark Violet #8F16CE

Tints of Dark Violet #8F16CE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.93%

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

R = 38.54%
G = 5.93%
B = 55.53%

CMYK

 C value IS 0.31

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8F16CE (or 0x8F16CE) is known color: Dark Violet. HEX triplet: 8F, 16 and CE. RGB value is (143,22,206). Sum of RGB (Red+Green+Blue) = 143+22+206=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 22 (8.98% from 255 or 5.93% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F16CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F16CE is #70E931. Grayscale: #4E4E4E. Windows color (decimal): -7399730 or 13506191. OLE color: 13506191.

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

Color convert

RGB 143 22 206 -
CMYK 0.31 0.89 0 0.19
HSL 279.46º 0.81% 0.45% -
HSV(B) 279.46º 0.89% 0.81% -
XYZ 22.76 10.87 59.29 -
YUV 79.16 199.59 173.54 -
System Red Green Blue C M Y K H S L
Decimal 143 22 206 0.31 0.89 0 0.19 279.46 0.81 0.45
Hex 8F 16 CE 1F 59 0 13 117 51 2D
Octal 217 26 316 37 131 0 23 427 121 55
Binary 10001111 10110 11001110 11111 1011001 0 10011 100010111 1010001 101101

Color Harmonies of #8F16CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F16CE

Black with #8F16CE

Text Example


Text Example

White with #8F16CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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