Html Css Color HEX #8F4AEA Blue Violet

📋 copy color: '#8F4AEA'

red 143 ◦ green 74 ◦ blue 234

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

Shades of Blue Violet #8F4AEA

Tints of Blue Violet #8F4AEA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.41%

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

R = 31.71%
G = 16.41%
B = 51.88%

CMYK

 C value IS 0.39

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8F4AEA (or 0x8F4AEA) is known color: Blue Violet. HEX triplet: 8F, 4A and EA. RGB value is (143,74,234). Sum of RGB (Red+Green+Blue) = 143+74+234=451 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.71% from 451); Green value is 74 (29.30% from 255 or 16.41% from 451); Blue value is 234 (91.80% from 255 or 51.88% from 451); Max value from RGB is 234 - color contains mainly: blue. Hex color #8F4AEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F4AEA is #70B515. Grayscale: #707070. Windows color (decimal): -7386390 or 15354511. OLE color: 15354511.

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

Color convert

RGB 143 74 234 -
CMYK 0.39 0.68 0 0.08
HSL 265.88º 0.79% 0.6% -
HSV(B) 265.88º 0.68% 0.92% -
XYZ 28.63 16.68 79.55 -
YUV 112.87 196.36 149.49 -
System Red Green Blue C M Y K H S L
Decimal 143 74 234 0.39 0.68 0 0.08 265.88 0.79 0.6
Hex 8F 4A EA 27 44 0 8 10A 4F 3C
Octal 217 112 352 47 104 0 10 412 117 74
Binary 10001111 1001010 11101010 100111 1000100 0 1000 100001010 1001111 111100

Color Harmonies of #8F4AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F4AEA

Black with #8F4AEA

Text Example


Text Example

White with #8F4AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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