Html Css Color HEX #8F0AD8 Dark Violet

📋 copy color: '#8F0AD8'

red 143 ◦ green 10 ◦ blue 216

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

Shades of Dark Violet #8F0AD8

Tints of Dark Violet #8F0AD8

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.71%

 BLUE value IS 216 (84.77% from 255) = 58.54%

R = 38.75%
G = 2.71%
B = 58.54%

CMYK

 C value IS 0.34

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8F0AD8 (or 0x8F0AD8) is known color: Dark Violet. HEX triplet: 8F, 0A and D8. RGB value is (143,10,216). Sum of RGB (Red+Green+Blue) = 143+10+216=369 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.75% from 369); Green value is 10 (4.30% from 255 or 2.71% from 369); Blue value is 216 (84.77% from 255 or 58.54% from 369); Max value from RGB is 216 - color contains mainly: blue. Hex color #8F0AD8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0AD8 is #70F527. Grayscale: #484848. Windows color (decimal): -7402792 or 14158479. OLE color: 14158479.

HSL color Cylindrical-coordinate representation of color #8F0AD8: hue angle of 278.74º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8F0AD8 is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 143 10 216 -
CMYK 0.34 0.95 0 0.15
HSL 278.74º 0.91% 0.44% -
HSV(B) 278.74º 0.95% 0.85% -
XYZ 23.83 11.01 65.84 -
YUV 73.25 208.56 177.75 -
System Red Green Blue C M Y K H S L
Decimal 143 10 216 0.34 0.95 0 0.15 278.74 0.91 0.44
Hex 8F A D8 22 5F 0 F 117 5B 2C
Octal 217 12 330 42 137 0 17 427 133 54
Binary 10001111 1010 11011000 100010 1011111 0 1111 100010111 1011011 101100

Color Harmonies of #8F0AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0AD8

Black with #8F0AD8

Text Example


Text Example

White with #8F0AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,10,216); }

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

background-color css

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

 a { background-color: rgb(143,10,216); }

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

border-color css

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

 span { border-color: rgb(143,10,216); }

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