Html Css Color HEX #8F46EB Blue Violet

📋 copy color: '#8F46EB'

red 143 ◦ green 70 ◦ blue 235

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

Shades of Blue Violet #8F46EB

Tints of Blue Violet #8F46EB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.63%

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

R = 31.92%
G = 15.63%
B = 52.46%

CMYK

 C value IS 0.39

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8F46EB (or 0x8F46EB) is known color: Blue Violet. HEX triplet: 8F, 46 and EB. RGB value is (143,70,235). Sum of RGB (Red+Green+Blue) = 143+70+235=448 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.92% from 448); Green value is 70 (27.73% from 255 or 15.62% from 448); Blue value is 235 (92.19% from 255 or 52.46% from 448); Max value from RGB is 235 - color contains mainly: blue. Hex color #8F46EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F46EB is #70B914. Grayscale: #6E6E6E. Windows color (decimal): -7387413 or 15419023. OLE color: 15419023.

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

Color convert

RGB 143 70 235 -
CMYK 0.39 0.70 0 0.08
HSL 266.55º 0.8% 0.6% -
HSV(B) 266.55º 0.7% 0.92% -
XYZ 28.51 16.22 80.22 -
YUV 110.64 198.18 151.08 -
System Red Green Blue C M Y K H S L
Decimal 143 70 235 0.39 0.70 0 0.08 266.55 0.8 0.6
Hex 8F 46 EB 27 46 0 8 10B 50 3C
Octal 217 106 353 47 106 0 10 413 120 74
Binary 10001111 1000110 11101011 100111 1000110 0 1000 100001011 1010000 111100

Color Harmonies of #8F46EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F46EB

Black with #8F46EB

Text Example


Text Example

White with #8F46EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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