Html Css Color HEX #8F16CC Dark Violet

📋 copy color: '#8F16CC'

red 143 ◦ green 22 ◦ blue 204

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

Shades of Dark Violet #8F16CC

Tints of Dark Violet #8F16CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 55.28%

R = 38.75%
G = 5.96%
B = 55.28%

CMYK

 C value IS 0.30

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8F16CC (or 0x8F16CC) is known color: Dark Violet. HEX triplet: 8F, 16 and CC. RGB value is (143,22,204). Sum of RGB (Red+Green+Blue) = 143+22+204=369 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.75% from 369); Green value is 22 (8.98% from 255 or 5.96% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F16CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F16CC is #70E933. Grayscale: #4E4E4E. Windows color (decimal): -7399732 or 13375119. OLE color: 13375119.

HSL color Cylindrical-coordinate representation of color #8F16CC: hue angle of 279.89º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8F16CC is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 143 22 204 -
CMYK 0.30 0.89 0 0.2
HSL 279.89º 0.81% 0.44% -
HSV(B) 279.89º 0.89% 0.8% -
XYZ 22.51 10.77 58.02 -
YUV 78.93 198.59 173.7 -
System Red Green Blue C M Y K H S L
Decimal 143 22 204 0.30 0.89 0 0.2 279.89 0.81 0.44
Hex 8F 16 CC 1E 59 0 14 118 51 2C
Octal 217 26 314 36 131 0 24 430 121 54
Binary 10001111 10110 11001100 11110 1011001 0 10100 100011000 1010001 101100

Color Harmonies of #8F16CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F16CC

Black with #8F16CC

Text Example


Text Example

White with #8F16CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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