Html Css Color HEX #8F34EB Blue Violet

📋 copy color: '#8F34EB'

red 143 ◦ green 52 ◦ blue 235

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

Shades of Blue Violet #8F34EB

Tints of Blue Violet #8F34EB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.09%

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

R = 33.26%
G = 12.09%
B = 54.65%

CMYK

 C value IS 0.39

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8F34EB (or 0x8F34EB) is known color: Blue Violet. HEX triplet: 8F, 34 and EB. RGB value is (143,52,235). Sum of RGB (Red+Green+Blue) = 143+52+235=430 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.26% from 430); Green value is 52 (20.70% from 255 or 12.09% from 430); Blue value is 235 (92.19% from 255 or 54.65% from 430); Max value from RGB is 235 - color contains mainly: blue. Hex color #8F34EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F34EB is #70CB14. Grayscale: #636363. Windows color (decimal): -7392021 or 15414415. OLE color: 15414415.

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

Color convert

RGB 143 52 235 -
CMYK 0.39 0.78 0 0.08
HSL 269.84º 0.82% 0.56% -
HSV(B) 269.84º 0.78% 0.92% -
XYZ 27.55 14.29 79.9 -
YUV 100.07 204.15 158.62 -
System Red Green Blue C M Y K H S L
Decimal 143 52 235 0.39 0.78 0 0.08 269.84 0.82 0.56
Hex 8F 34 EB 27 4E 0 8 10E 52 38
Octal 217 64 353 47 116 0 10 416 122 70
Binary 10001111 110100 11101011 100111 1001110 0 1000 100001110 1010010 111000

Color Harmonies of #8F34EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F34EB

Black with #8F34EB

Text Example


Text Example

White with #8F34EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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