Html Css Color HEX #8F3BEA Blue Violet

📋 copy color: '#8F3BEA'

red 143 ◦ green 59 ◦ blue 234

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

Shades of Blue Violet #8F3BEA

Tints of Blue Violet #8F3BEA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.53%

 BLUE value IS 234 (91.8% from 255) = 53.67%

R = 32.8%
G = 13.53%
B = 53.67%

CMYK

 C value IS 0.39

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8F3BEA (or 0x8F3BEA) is known color: Blue Violet. HEX triplet: 8F, 3B and EA. RGB value is (143,59,234). Sum of RGB (Red+Green+Blue) = 143+59+234=436 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.80% from 436); Green value is 59 (23.44% from 255 or 13.53% from 436); Blue value is 234 (91.80% from 255 or 53.67% from 436); Max value from RGB is 234 - color contains mainly: blue. Hex color #8F3BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F3BEA is #70C415. Grayscale: #676767. Windows color (decimal): -7390230 or 15350671. OLE color: 15350671.

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

Color convert

RGB 143 59 234 -
CMYK 0.39 0.75 0 0.08
HSL 268.8º 0.81% 0.57% -
HSV(B) 268.8º 0.75% 0.92% -
XYZ 27.74 14.91 79.26 -
YUV 104.07 201.33 155.77 -
System Red Green Blue C M Y K H S L
Decimal 143 59 234 0.39 0.75 0 0.08 268.8 0.81 0.57
Hex 8F 3B EA 27 4B 0 8 10D 51 39
Octal 217 73 352 47 113 0 10 415 121 71
Binary 10001111 111011 11101010 100111 1001011 0 1000 100001101 1010001 111001

Color Harmonies of #8F3BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3BEA

Black with #8F3BEA

Text Example


Text Example

White with #8F3BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,59,234); }

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

background-color css

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

 a { background-color: rgb(143,59,234); }

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

border-color css

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

 span { border-color: rgb(143,59,234); }

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