Html Css Color HEX #8F00BA Dark Violet

📋 copy color: '#8F00BA'

red 143 ◦ green 0 ◦ blue 186

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

Shades of Dark Violet #8F00BA

Tints of Dark Violet #8F00BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 56.53%

R = 43.47%
G = 0%
B = 56.53%

CMYK

 C value IS 0.23

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8F00BA (or 0x8F00BA) is known color: Dark Violet. HEX triplet: 8F, 00 and BA. RGB value is (143,0,186). Sum of RGB (Red+Green+Blue) = 143+0+186=329 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.47% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F00BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F00BA is #70FF45. Grayscale: #3F3F3F. Windows color (decimal): -7405382 or 12189839. OLE color: 12189839.

HSL color Cylindrical-coordinate representation of color #8F00BA: hue angle of 286.13º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8F00BA is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 143 0 186 -
CMYK 0.23 1 0 0.27
HSL 286.13º 1% 0.36% -
HSV(B) 286.13º 1% 0.73% -
XYZ 20.19 9.38 47.2 -
YUV 63.96 196.88 184.38 -
System Red Green Blue C M Y K H S L
Decimal 143 0 186 0.23 1 0 0.27 286.13 1 0.36
Hex 8F 0 BA 17 64 0 1B 11E 64 24
Octal 217 0 272 27 144 0 33 436 144 44
Binary 10001111 0 10111010 10111 1100100 0 11011 100011110 1100100 100100

Color Harmonies of #8F00BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F00BA

Black with #8F00BA

Text Example


Text Example

White with #8F00BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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