Html Css Color HEX #8F3CEA Blue Violet

📋 copy color: '#8F3CEA'

red 143 ◦ green 60 ◦ blue 234

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

Shades of Blue Violet #8F3CEA

Tints of Blue Violet #8F3CEA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.73%

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

R = 32.72%
G = 13.73%
B = 53.55%

CMYK

 C value IS 0.39

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8F3CEA (or 0x8F3CEA) is known color: Blue Violet. HEX triplet: 8F, 3C and EA. RGB value is (143,60,234). Sum of RGB (Red+Green+Blue) = 143+60+234=437 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.72% from 437); Green value is 60 (23.83% from 255 or 13.73% from 437); Blue value is 234 (91.80% from 255 or 53.55% from 437); Max value from RGB is 234 - color contains mainly: blue. Hex color #8F3CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F3CEA is #70C315. Grayscale: #686868. Windows color (decimal): -7389974 or 15350927. OLE color: 15350927.

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

Color convert

RGB 143 60 234 -
CMYK 0.39 0.74 0 0.08
HSL 268.62º 0.81% 0.58% -
HSV(B) 268.62º 0.74% 0.92% -
XYZ 27.79 15.01 79.27 -
YUV 104.65 201 155.35 -
System Red Green Blue C M Y K H S L
Decimal 143 60 234 0.39 0.74 0 0.08 268.62 0.81 0.58
Hex 8F 3C EA 27 4A 0 8 10D 51 3A
Octal 217 74 352 47 112 0 10 415 121 72
Binary 10001111 111100 11101010 100111 1001010 0 1000 100001101 1010001 111010

Color Harmonies of #8F3CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3CEA

Black with #8F3CEA

Text Example


Text Example

White with #8F3CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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