Html Css Color HEX #8149EB Blue Violet

📋 copy color: '#8149EB'

red 129 ◦ green 73 ◦ blue 235

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

Shades of Blue Violet #8149EB

Tints of Blue Violet #8149EB

RGB

 RED value IS 129 (50.78% from 255) = 29.52%

 GREEN value IS 73 (28.91% from 255) = 16.7%

 BLUE value IS 235 (92.19% from 255) = 53.78%

R = 29.52%
G = 16.7%
B = 53.78%

CMYK

 C value IS 0.45

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8149EB (or 0x8149EB) is known color: Blue Violet. HEX triplet: 81, 49 and EB. RGB value is (129,73,235). Sum of RGB (Red+Green+Blue) = 129+73+235=437 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.52% from 437); Green value is 73 (28.91% from 255 or 16.70% from 437); Blue value is 235 (92.19% from 255 or 53.78% from 437); Max value from RGB is 235 - color contains mainly: blue. Hex color #8149EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8149EB is #7EB614. Grayscale: #6B6B6B. Windows color (decimal): -8304149 or 15419777. OLE color: 15419777.

HSL color Cylindrical-coordinate representation of color #8149EB: hue angle of 260.74º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8149EB is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 129 73 235 -
CMYK 0.45 0.69 0 0.08
HSL 260.74º 0.8% 0.6% -
HSV(B) 260.74º 0.69% 0.92% -
XYZ 26.43 15.43 80.18 -
YUV 108.21 199.55 142.83 -
System Red Green Blue C M Y K H S L
Decimal 129 73 235 0.45 0.69 0 0.08 260.74 0.8 0.6
Hex 81 49 EB 2D 45 0 8 105 50 3C
Octal 201 111 353 55 105 0 10 405 120 74
Binary 10000001 1001001 11101011 101101 1000101 0 1000 100000101 1010000 111100

Color Harmonies of #8149EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8149EB

Black with #8149EB

Text Example


Text Example

White with #8149EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8149EB; }

 p { color: rgb(129,73,235); }

 H1.HeaderClassName
 {
   color: #8149EB;
 }
 .AnyTagClassName
 {
   color: #8149EB;
 }
</style>

background-color css

<style>
 a { background-color: #8149EB; }

 a { background-color: rgb(129,73,235); }

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

border-color css

<style>
 span { border-color: #8149EB; }

 span { border-color: rgb(129,73,235); }

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