Html Css Color HEX #8248EE Blue Violet

📋 copy color: '#8248EE'

red 130 ◦ green 72 ◦ blue 238

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

Shades of Blue Violet #8248EE

Tints of Blue Violet #8248EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 54.09%

R = 29.55%
G = 16.36%
B = 54.09%

CMYK

 C value IS 0.45

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8248EE (or 0x8248EE) is known color: Blue Violet. HEX triplet: 82, 48 and EE. RGB value is (130,72,238). Sum of RGB (Red+Green+Blue) = 130+72+238=440 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.55% from 440); Green value is 72 (28.52% from 255 or 16.36% from 440); Blue value is 238 (93.36% from 255 or 54.09% from 440); Max value from RGB is 238 - color contains mainly: blue. Hex color #8248EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8248EE is #7DB711. Grayscale: #6B6B6B. Windows color (decimal): -8238866 or 15616130. OLE color: 15616130.

HSL color Cylindrical-coordinate representation of color #8248EE: hue angle of 260.96º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8248EE is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 72 238 -
CMYK 0.45 0.70 0 0.07
HSL 260.96º 0.83% 0.61% -
HSV(B) 260.96º 0.7% 0.93% -
XYZ 26.96 15.55 82.47 -
YUV 108.27 201.22 143.5 -
System Red Green Blue C M Y K H S L
Decimal 130 72 238 0.45 0.70 0 0.07 260.96 0.83 0.61
Hex 82 48 EE 2D 46 0 7 105 53 3D
Octal 202 110 356 55 106 0 7 405 123 75
Binary 10000010 1001000 11101110 101101 1000110 0 111 100000101 1010011 111101

Color Harmonies of #8248EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8248EE

Black with #8248EE

Text Example


Text Example

White with #8248EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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