Html Css Color HEX #8F0ABE Dark Violet

📋 copy color: '#8F0ABE'

red 143 ◦ green 10 ◦ blue 190

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

Shades of Dark Violet #8F0ABE

Tints of Dark Violet #8F0ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 55.39%

R = 41.69%
G = 2.92%
B = 55.39%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8F0ABE (or 0x8F0ABE) is known color: Dark Violet. HEX triplet: 8F, 0A and BE. RGB value is (143,10,190). Sum of RGB (Red+Green+Blue) = 143+10+190=343 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.69% from 343); Green value is 10 (4.30% from 255 or 2.92% from 343); Blue value is 190 (74.61% from 255 or 55.39% from 343); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F0ABE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0ABE is #70F541. Grayscale: #454545. Windows color (decimal): -7402818 or 12454543. OLE color: 12454543.

HSL color Cylindrical-coordinate representation of color #8F0ABE: hue angle of 284.33º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8F0ABE is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 143 10 190 -
CMYK 0.25 0.95 0 0.25
HSL 284.33º 0.9% 0.39% -
HSV(B) 284.33º 0.95% 0.75% -
XYZ 20.73 9.77 49.51 -
YUV 70.29 195.56 179.86 -
System Red Green Blue C M Y K H S L
Decimal 143 10 190 0.25 0.95 0 0.25 284.33 0.9 0.39
Hex 8F A BE 19 5F 0 19 11C 5A 27
Octal 217 12 276 31 137 0 31 434 132 47
Binary 10001111 1010 10111110 11001 1011111 0 11001 100011100 1011010 100111

Color Harmonies of #8F0ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0ABE

Black with #8F0ABE

Text Example


Text Example

White with #8F0ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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