Html Css Color HEX #8F00EB Dark Violet

📋 copy color: '#8F00EB'

red 143 ◦ green 0 ◦ blue 235

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

Shades of Dark Violet #8F00EB

Tints of Dark Violet #8F00EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 62.17%

R = 37.83%
G = 0%
B = 62.17%

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

#8F00EB (or 0x8F00EB) is known color: Dark Violet. HEX triplet: 8F, 00 and EB. RGB value is (143,0,235). Sum of RGB (Red+Green+Blue) = 143+0+235=378 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.83% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 235 (92.19% from 255 or 62.17% from 378); Max value from RGB is 235 - color contains mainly: blue. Hex color #8F00EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F00EB is #70FF14. Grayscale: #444444. Windows color (decimal): -7405333 or 15401103. OLE color: 15401103.

HSL color Cylindrical-coordinate representation of color #8F00EB: hue angle of 276.51º 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 #8F00EB is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 143 0 235 -
CMYK 0.39 1 0 0.08
HSL 276.51º 1% 0.46% -
HSV(B) 276.51º 1% 0.92% -
XYZ 26.32 11.84 79.49 -
YUV 69.55 221.38 180.39 -
System Red Green Blue C M Y K H S L
Decimal 143 0 235 0.39 1 0 0.08 276.51 1 0.46
Hex 8F 0 EB 27 64 0 8 115 64 2E
Octal 217 0 353 47 144 0 10 425 144 56
Binary 10001111 0 11101011 100111 1100100 0 1000 100010101 1100100 101110

Color Harmonies of #8F00EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F00EB

Black with #8F00EB

Text Example


Text Example

White with #8F00EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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