Html Css Color HEX #8F00BE Dark Violet

📋 copy color: '#8F00BE'

red 143 ◦ green 0 ◦ blue 190

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

Shades of Dark Violet #8F00BE

Tints of Dark Violet #8F00BE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 42.94%
G = 0%
B = 57.06%

CMYK

 C value IS 0.25

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8F00BE (or 0x8F00BE) is known color: Dark Violet. HEX triplet: 8F, 00 and BE. RGB value is (143,0,190). Sum of RGB (Red+Green+Blue) = 143+0+190=333 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.94% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F00BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F00BE is #70FF41. Grayscale: #3F3F3F. Windows color (decimal): -7405378 or 12451983. OLE color: 12451983.

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

Color convert

RGB 143 0 190 -
CMYK 0.25 1 0 0.25
HSL 285.16º 1% 0.37% -
HSV(B) 285.16º 1% 0.75% -
XYZ 20.62 9.56 49.47 -
YUV 64.42 198.88 184.05 -
System Red Green Blue C M Y K H S L
Decimal 143 0 190 0.25 1 0 0.25 285.16 1 0.37
Hex 8F 0 BE 19 64 0 19 11D 64 25
Octal 217 0 276 31 144 0 31 435 144 45
Binary 10001111 0 10111110 11001 1100100 0 11001 100011101 1100100 100101

Color Harmonies of #8F00BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F00BE

Black with #8F00BE

Text Example


Text Example

White with #8F00BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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