Html Css Color HEX #8249EB Blue Violet

📋 copy color: '#8249EB'

red 130 ◦ green 73 ◦ blue 235

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

Shades of Blue Violet #8249EB

Tints of Blue Violet #8249EB

RGB

 RED value IS 130 (51.17% from 255) = 29.68%

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

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

R = 29.68%
G = 16.67%
B = 53.65%

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

#8249EB (or 0x8249EB) is known color: Blue Violet. HEX triplet: 82, 49 and EB. RGB value is (130,73,235). Sum of RGB (Red+Green+Blue) = 130+73+235=438 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.68% from 438); Green value is 73 (28.91% from 255 or 16.67% from 438); Blue value is 235 (92.19% from 255 or 53.65% from 438); Max value from RGB is 235 - color contains mainly: blue. Hex color #8249EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8249EB is #7DB614. Grayscale: #6B6B6B. Windows color (decimal): -8238613 or 15419778. OLE color: 15419778.

HSL color Cylindrical-coordinate representation of color #8249EB: hue angle of 261.11º 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 #8249EB is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 130 73 235 -
CMYK 0.45 0.69 0 0.08
HSL 261.11º 0.8% 0.6% -
HSV(B) 261.11º 0.69% 0.92% -
XYZ 26.58 15.51 80.19 -
YUV 108.51 199.38 143.33 -
System Red Green Blue C M Y K H S L
Decimal 130 73 235 0.45 0.69 0 0.08 261.11 0.8 0.6
Hex 82 49 EB 2D 45 0 8 105 50 3C
Octal 202 111 353 55 105 0 10 405 120 74
Binary 10000010 1001001 11101011 101101 1000101 0 1000 100000101 1010000 111100

Color Harmonies of #8249EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8249EB

Black with #8249EB

Text Example


Text Example

White with #8249EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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