Html Css Color HEX #8B4CF1 Blue Violet

📋 copy color: '#8B4CF1'

red 139 ◦ green 76 ◦ blue 241

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

Shades of Blue Violet #8B4CF1

Tints of Blue Violet #8B4CF1

RGB

 RED value IS 139 (54.69% from 255) = 30.48%

 GREEN value IS 76 (30.08% from 255) = 16.67%

 BLUE value IS 241 (94.53% from 255) = 52.85%

R = 30.48%
G = 16.67%
B = 52.85%

CMYK

 C value IS 0.42

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8B4CF1 (or 0x8B4CF1) is known color: Blue Violet. HEX triplet: 8B, 4C and F1. RGB value is (139,76,241). Sum of RGB (Red+Green+Blue) = 139+76+241=456 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.48% from 456); Green value is 76 (30.08% from 255 or 16.67% from 456); Blue value is 241 (94.53% from 255 or 52.85% from 456); Max value from RGB is 241 - color contains mainly: blue. Hex color #8B4CF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B4CF1 is #74B30E. Grayscale: #717171. Windows color (decimal): -7648015 or 15813771. OLE color: 15813771.

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

Color convert

RGB 139 76 241 -
CMYK 0.42 0.68 0 0.05
HSL 262.91º 0.85% 0.62% -
HSV(B) 262.91º 0.68% 0.95% -
XYZ 29.11 17.01 84.97 -
YUV 113.65 199.87 146.08 -
System Red Green Blue C M Y K H S L
Decimal 139 76 241 0.42 0.68 0 0.05 262.91 0.85 0.62
Hex 8B 4C F1 2A 44 0 5 107 55 3E
Octal 213 114 361 52 104 0 5 407 125 76
Binary 10001011 1001100 11110001 101010 1000100 0 101 100000111 1010101 111110

Color Harmonies of #8B4CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4CF1

Black with #8B4CF1

Text Example


Text Example

White with #8B4CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,76,241); }

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

background-color css

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

 a { background-color: rgb(139,76,241); }

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

border-color css

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

 span { border-color: rgb(139,76,241); }

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