Html Css Color HEX #8F00EA Dark Violet

📋 copy color: '#8F00EA'

red 143 ◦ green 0 ◦ blue 234

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

Shades of Dark Violet #8F00EA

Tints of Dark Violet #8F00EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 62.07%

R = 37.93%
G = 0%
B = 62.07%

CMYK

 C value IS 0.39

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8F00EA (or 0x8F00EA) is known color: Dark Violet. HEX triplet: 8F, 00 and EA. RGB value is (143,0,234). Sum of RGB (Red+Green+Blue) = 143+0+234=377 (49% of max value = 765). Red value is 143 (56.25% from 255 or 37.93% from 377); Green value is 0 (0.39% from 255 or 0% from 377); Blue value is 234 (91.80% from 255 or 62.07% from 377); Max value from RGB is 234 - color contains mainly: blue. Hex color #8F00EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F00EA is #70FF15. Grayscale: #444444. Windows color (decimal): -7405334 or 15335567. OLE color: 15335567.

HSL color Cylindrical-coordinate representation of color #8F00EA: hue angle of 276.67º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8F00EA is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 143 0 234 -
CMYK 0.39 1 0 0.08
HSL 276.67º 1% 0.46% -
HSV(B) 276.67º 1% 0.92% -
XYZ 26.18 11.78 78.74 -
YUV 69.43 220.88 180.47 -
System Red Green Blue C M Y K H S L
Decimal 143 0 234 0.39 1 0 0.08 276.67 1 0.46
Hex 8F 0 EA 27 64 0 8 115 64 2E
Octal 217 0 352 47 144 0 10 425 144 56
Binary 10001111 0 11101010 100111 1100100 0 1000 100010101 1100100 101110

Color Harmonies of #8F00EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F00EA

Black with #8F00EA

Text Example


Text Example

White with #8F00EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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