Html Css Color HEX #8246EB Blue Violet

📋 copy color: '#8246EB'

red 130 ◦ green 70 ◦ blue 235

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

Shades of Blue Violet #8246EB

Tints of Blue Violet #8246EB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.09%

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

R = 29.89%
G = 16.09%
B = 54.02%

CMYK

 C value IS 0.45

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8246EB (or 0x8246EB) is known color: Blue Violet. HEX triplet: 82, 46 and EB. RGB value is (130,70,235). Sum of RGB (Red+Green+Blue) = 130+70+235=435 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.89% from 435); Green value is 70 (27.73% from 255 or 16.09% from 435); Blue value is 235 (92.19% from 255 or 54.02% from 435); Max value from RGB is 235 - color contains mainly: blue. Hex color #8246EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8246EB is #7DB914. Grayscale: #6A6A6A. Windows color (decimal): -8239381 or 15419010. OLE color: 15419010.

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

Color convert

RGB 130 70 235 -
CMYK 0.45 0.70 0 0.08
HSL 261.82º 0.8% 0.6% -
HSV(B) 261.82º 0.7% 0.92% -
XYZ 26.39 15.12 80.13 -
YUV 106.75 200.38 144.58 -
System Red Green Blue C M Y K H S L
Decimal 130 70 235 0.45 0.70 0 0.08 261.82 0.8 0.6
Hex 82 46 EB 2D 46 0 8 106 50 3C
Octal 202 106 353 55 106 0 10 406 120 74
Binary 10000010 1000110 11101011 101101 1000110 0 1000 100000110 1010000 111100

Color Harmonies of #8246EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8246EB

Black with #8246EB

Text Example


Text Example

White with #8246EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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