Html Css Color HEX #8F40EB Blue Violet

📋 copy color: '#8F40EB'

red 143 ◦ green 64 ◦ blue 235

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

Shades of Blue Violet #8F40EB

Tints of Blue Violet #8F40EB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.48%

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

R = 32.35%
G = 14.48%
B = 53.17%

CMYK

 C value IS 0.39

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8F40EB (or 0x8F40EB) is known color: Blue Violet. HEX triplet: 8F, 40 and EB. RGB value is (143,64,235). Sum of RGB (Red+Green+Blue) = 143+64+235=442 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.35% from 442); Green value is 64 (25.39% from 255 or 14.48% from 442); Blue value is 235 (92.19% from 255 or 53.17% from 442); Max value from RGB is 235 - color contains mainly: blue. Hex color #8F40EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F40EB is #70BF14. Grayscale: #6A6A6A. Windows color (decimal): -7388949 or 15417487. OLE color: 15417487.

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

Color convert

RGB 143 64 235 -
CMYK 0.39 0.73 0 0.08
HSL 267.72º 0.81% 0.59% -
HSV(B) 267.72º 0.73% 0.92% -
XYZ 28.16 15.5 80.11 -
YUV 107.12 200.17 153.6 -
System Red Green Blue C M Y K H S L
Decimal 143 64 235 0.39 0.73 0 0.08 267.72 0.81 0.59
Hex 8F 40 EB 27 49 0 8 10C 51 3B
Octal 217 100 353 47 111 0 10 414 121 73
Binary 10001111 1000000 11101011 100111 1001001 0 1000 100001100 1010001 111011

Color Harmonies of #8F40EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F40EB

Black with #8F40EB

Text Example


Text Example

White with #8F40EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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