Html Css Color HEX #8F0CDF Dark Violet

📋 copy color: '#8F0CDF'

red 143 ◦ green 12 ◦ blue 223

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

Shades of Dark Violet #8F0CDF

Tints of Dark Violet #8F0CDF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.17%

 BLUE value IS 223 (87.5% from 255) = 58.99%

R = 37.83%
G = 3.17%
B = 58.99%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F0CDF (or 0x8F0CDF) is known color: Dark Violet. HEX triplet: 8F, 0C and DF. RGB value is (143,12,223). Sum of RGB (Red+Green+Blue) = 143+12+223=378 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.83% from 378); Green value is 12 (5.08% from 255 or 3.17% from 378); Blue value is 223 (87.5% from 255 or 58.99% from 378); Max value from RGB is 223 - color contains mainly: blue. Hex color #8F0CDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0CDF is #70F320. Grayscale: #4A4A4A. Windows color (decimal): -7402273 or 14617743. OLE color: 14617743.

HSL color Cylindrical-coordinate representation of color #8F0CDF: hue angle of 277.25º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8F0CDF is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 12 223 -
CMYK 0.36 0.95 0 0.13
HSL 277.25º 0.9% 0.46% -
HSV(B) 277.25º 0.95% 0.87% -
XYZ 24.78 11.43 70.71 -
YUV 75.22 211.4 176.34 -
System Red Green Blue C M Y K H S L
Decimal 143 12 223 0.36 0.95 0 0.13 277.25 0.9 0.46
Hex 8F C DF 24 5F 0 D 115 5A 2E
Octal 217 14 337 44 137 0 15 425 132 56
Binary 10001111 1100 11011111 100100 1011111 0 1101 100010101 1011010 101110

Color Harmonies of #8F0CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0CDF

Black with #8F0CDF

Text Example


Text Example

White with #8F0CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,12,223); }

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

background-color css

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

 a { background-color: rgb(143,12,223); }

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

border-color css

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

 span { border-color: rgb(143,12,223); }

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