Html Css Color HEX #8F4DF2 Blue Violet

📋 copy color: '#8F4DF2'

red 143 ◦ green 77 ◦ blue 242

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

Shades of Blue Violet #8F4DF2

Tints of Blue Violet #8F4DF2

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.67%

 BLUE value IS 242 (94.92% from 255) = 52.38%

R = 30.95%
G = 16.67%
B = 52.38%

CMYK

 C value IS 0.41

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8F4DF2 (or 0x8F4DF2) is known color: Blue Violet. HEX triplet: 8F, 4D and F2. RGB value is (143,77,242). Sum of RGB (Red+Green+Blue) = 143+77+242=462 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.95% from 462); Green value is 77 (30.47% from 255 or 16.67% from 462); Blue value is 242 (94.92% from 255 or 52.38% from 462); Max value from RGB is 242 - color contains mainly: blue. Hex color #8F4DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F4DF2 is #70B20D. Grayscale: #727272. Windows color (decimal): -7385614 or 15879567. OLE color: 15879567.

HSL color Cylindrical-coordinate representation of color #8F4DF2: hue angle of 264º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8F4DF2 is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 143 77 242 -
CMYK 0.41 0.68 0 0.05
HSL 264º 0.86% 0.63% -
HSV(B) 264º 0.68% 0.95% -
XYZ 30.01 17.56 85.81 -
YUV 115.54 199.37 147.58 -
System Red Green Blue C M Y K H S L
Decimal 143 77 242 0.41 0.68 0 0.05 264 0.86 0.63
Hex 8F 4D F2 29 44 0 5 108 56 3F
Octal 217 115 362 51 104 0 5 410 126 77
Binary 10001111 1001101 11110010 101001 1000100 0 101 100001000 1010110 111111

Color Harmonies of #8F4DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F4DF2

Black with #8F4DF2

Text Example


Text Example

White with #8F4DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,77,242); }

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

background-color css

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

 a { background-color: rgb(143,77,242); }

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

border-color css

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

 span { border-color: rgb(143,77,242); }

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