Html Css Color HEX #8246DA Blue Violet

📋 copy color: '#8246DA'

red 130 ◦ green 70 ◦ blue 218

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

Shades of Blue Violet #8246DA

Tints of Blue Violet #8246DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.15%

R = 31.1%
G = 16.75%
B = 52.15%

CMYK

 C value IS 0.40

 M value IS 0.68

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8246DA (or 0x8246DA) is known color: Blue Violet. HEX triplet: 82, 46 and DA. RGB value is (130,70,218). Sum of RGB (Red+Green+Blue) = 130+70+218=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 70 (27.73% from 255 or 16.75% from 418); Blue value is 218 (85.55% from 255 or 52.15% from 418); Max value from RGB is 218 - color contains mainly: blue. Hex color #8246DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8246DA is #7DB925. Grayscale: #686868. Windows color (decimal): -8239398 or 14304898. OLE color: 14304898.

HSL color Cylindrical-coordinate representation of color #8246DA: hue angle of 264.32º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8246DA is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 70 218 -
CMYK 0.40 0.68 0 0.15
HSL 264.32º 0.67% 0.56% -
HSV(B) 264.32º 0.68% 0.85% -
XYZ 24.05 14.19 67.8 -
YUV 104.81 191.88 145.97 -
System Red Green Blue C M Y K H S L
Decimal 130 70 218 0.40 0.68 0 0.15 264.32 0.67 0.56
Hex 82 46 DA 28 44 0 F 108 43 38
Octal 202 106 332 50 104 0 17 410 103 70
Binary 10000010 1000110 11011010 101000 1000100 0 1111 100001000 1000011 111000

Color Harmonies of #8246DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8246DA

Black with #8246DA

Text Example


Text Example

White with #8246DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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