Html Css Color HEX #8F34DC Blue Violet

📋 copy color: '#8F34DC'

red 143 ◦ green 52 ◦ blue 220

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

Shades of Blue Violet #8F34DC

Tints of Blue Violet #8F34DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.01%

R = 34.46%
G = 12.53%
B = 53.01%

CMYK

 C value IS 0.35

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8F34DC (or 0x8F34DC) is known color: Blue Violet. HEX triplet: 8F, 34 and DC. RGB value is (143,52,220). Sum of RGB (Red+Green+Blue) = 143+52+220=415 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.46% from 415); Green value is 52 (20.70% from 255 or 12.53% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F34DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F34DC is #70CB23. Grayscale: #616161. Windows color (decimal): -7392036 or 14431375. OLE color: 14431375.

HSL color Cylindrical-coordinate representation of color #8F34DC: hue angle of 272.5º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8F34DC is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 143 52 220 -
CMYK 0.35 0.76 0 0.14
HSL 272.5º 0.71% 0.53% -
HSV(B) 272.5º 0.76% 0.86% -
XYZ 25.47 13.46 68.97 -
YUV 98.36 196.65 159.84 -
System Red Green Blue C M Y K H S L
Decimal 143 52 220 0.35 0.76 0 0.14 272.5 0.71 0.53
Hex 8F 34 DC 23 4C 0 E 110 47 35
Octal 217 64 334 43 114 0 16 420 107 65
Binary 10001111 110100 11011100 100011 1001100 0 1110 100010000 1000111 110101

Color Harmonies of #8F34DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F34DC

Black with #8F34DC

Text Example


Text Example

White with #8F34DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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