Html Css Color HEX #8F13CF Dark Violet

📋 copy color: '#8F13CF'

red 143 ◦ green 19 ◦ blue 207

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

Shades of Dark Violet #8F13CF

Tints of Dark Violet #8F13CF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.15%

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

R = 38.75%
G = 5.15%
B = 56.1%

CMYK

 C value IS 0.31

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8F13CF (or 0x8F13CF) is known color: Dark Violet. HEX triplet: 8F, 13 and CF. RGB value is (143,19,207). Sum of RGB (Red+Green+Blue) = 143+19+207=369 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.75% from 369); Green value is 19 (7.81% from 255 or 5.15% from 369); Blue value is 207 (81.25% from 255 or 56.10% from 369); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F13CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F13CF is #70EC30. Grayscale: #4C4C4C. Windows color (decimal): -7400497 or 13570959. OLE color: 13570959.

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

Color convert

RGB 143 19 207 -
CMYK 0.31 0.91 0 0.19
HSL 279.57º 0.83% 0.44% -
HSV(B) 279.57º 0.91% 0.81% -
XYZ 22.82 10.81 59.92 -
YUV 77.51 201.08 174.71 -
System Red Green Blue C M Y K H S L
Decimal 143 19 207 0.31 0.91 0 0.19 279.57 0.83 0.44
Hex 8F 13 CF 1F 5B 0 13 118 53 2C
Octal 217 23 317 37 133 0 23 430 123 54
Binary 10001111 10011 11001111 11111 1011011 0 10011 100011000 1010011 101100

Color Harmonies of #8F13CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F13CF

Black with #8F13CF

Text Example


Text Example

White with #8F13CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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