Html Css Color HEX #8F0ADE Dark Violet

📋 copy color: '#8F0ADE'

red 143 ◦ green 10 ◦ blue 222

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

Shades of Dark Violet #8F0ADE

Tints of Dark Violet #8F0ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 59.2%

R = 38.13%
G = 2.67%
B = 59.2%

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

#8F0ADE (or 0x8F0ADE) is known color: Dark Violet. HEX triplet: 8F, 0A and DE. RGB value is (143,10,222). Sum of RGB (Red+Green+Blue) = 143+10+222=375 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.13% from 375); Green value is 10 (4.30% from 255 or 2.67% from 375); Blue value is 222 (87.11% from 255 or 59.2% from 375); Max value from RGB is 222 - color contains mainly: blue. Hex color #8F0ADE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0ADE is #70F521. Grayscale: #494949. Windows color (decimal): -7402786 or 14551695. OLE color: 14551695.

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

Color convert

RGB 143 10 222 -
CMYK 0.36 0.95 0 0.13
HSL 277.64º 0.91% 0.45% -
HSV(B) 277.64º 0.95% 0.87% -
XYZ 24.62 11.33 70 -
YUV 73.94 211.56 177.26 -
System Red Green Blue C M Y K H S L
Decimal 143 10 222 0.36 0.95 0 0.13 277.64 0.91 0.45
Hex 8F A DE 24 5F 0 D 116 5B 2D
Octal 217 12 336 44 137 0 15 426 133 55
Binary 10001111 1010 11011110 100100 1011111 0 1101 100010110 1011011 101101

Color Harmonies of #8F0ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0ADE

Black with #8F0ADE

Text Example


Text Example

White with #8F0ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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