Html Css Color HEX #8F19CF Dark Violet

📋 copy color: '#8F19CF'

red 143 ◦ green 25 ◦ blue 207

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

Shades of Dark Violet #8F19CF

Tints of Dark Violet #8F19CF

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.67%

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

R = 38.13%
G = 6.67%
B = 55.2%

CMYK

 C value IS 0.31

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8F19CF (or 0x8F19CF) is known color: Dark Violet. HEX triplet: 8F, 19 and CF. RGB value is (143,25,207). Sum of RGB (Red+Green+Blue) = 143+25+207=375 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.13% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 207 (81.25% from 255 or 55.2% from 375); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F19CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F19CF is #70E630. Grayscale: #505050. Windows color (decimal): -7398961 or 13572495. OLE color: 13572495.

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

Color convert

RGB 143 25 207 -
CMYK 0.31 0.88 0 0.19
HSL 278.9º 0.78% 0.45% -
HSV(B) 278.9º 0.88% 0.81% -
XYZ 22.94 11.04 59.95 -
YUV 81.03 199.09 172.2 -
System Red Green Blue C M Y K H S L
Decimal 143 25 207 0.31 0.88 0 0.19 278.9 0.78 0.45
Hex 8F 19 CF 1F 58 0 13 117 4E 2D
Octal 217 31 317 37 130 0 23 427 116 55
Binary 10001111 11001 11001111 11111 1011000 0 10011 100010111 1001110 101101

Color Harmonies of #8F19CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F19CF

Black with #8F19CF

Text Example


Text Example

White with #8F19CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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