Html Css Color HEX #8248EF Blue Violet

📋 copy color: '#8248EF'

red 130 ◦ green 72 ◦ blue 239

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

Shades of Blue Violet #8248EF

Tints of Blue Violet #8248EF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.33%

 BLUE value IS 239 (93.75% from 255) = 54.2%

R = 29.48%
G = 16.33%
B = 54.2%

CMYK

 C value IS 0.46

 M value IS 0.70

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8248EF (or 0x8248EF) is known color: Blue Violet. HEX triplet: 82, 48 and EF. RGB value is (130,72,239). Sum of RGB (Red+Green+Blue) = 130+72+239=441 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.48% from 441); Green value is 72 (28.52% from 255 or 16.33% from 441); Blue value is 239 (93.75% from 255 or 54.20% from 441); Max value from RGB is 239 - color contains mainly: blue. Hex color #8248EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8248EF is #7DB710. Grayscale: #6B6B6B. Windows color (decimal): -8238865 or 15681666. OLE color: 15681666.

HSL color Cylindrical-coordinate representation of color #8248EF: hue angle of 260.84º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8248EF is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 130 72 239 -
CMYK 0.46 0.70 0 0.06
HSL 260.84º 0.84% 0.61% -
HSV(B) 260.84º 0.7% 0.94% -
XYZ 27.1 15.61 83.25 -
YUV 108.38 201.72 143.42 -
System Red Green Blue C M Y K H S L
Decimal 130 72 239 0.46 0.70 0 0.06 260.84 0.84 0.61
Hex 82 48 EF 2E 46 0 6 105 54 3D
Octal 202 110 357 56 106 0 6 405 124 75
Binary 10000010 1001000 11101111 101110 1000110 0 110 100000101 1010100 111101

Color Harmonies of #8248EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8248EF

Black with #8248EF

Text Example


Text Example

White with #8248EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8248EF; }

 p { color: rgb(130,72,239); }

 H1.HeaderClassName
 {
   color: #8248EF;
 }
 .AnyTagClassName
 {
   color: #8248EF;
 }
</style>

background-color css

<style>
 a { background-color: #8248EF; }

 a { background-color: rgb(130,72,239); }

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

border-color css

<style>
 span { border-color: #8248EF; }

 span { border-color: rgb(130,72,239); }

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