Html Css Color HEX #8249DF Blue Violet

📋 copy color: '#8249DF'

red 130 ◦ green 73 ◦ blue 223

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

Shades of Blue Violet #8249DF

Tints of Blue Violet #8249DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.35%

R = 30.52%
G = 17.14%
B = 52.35%

CMYK

 C value IS 0.42

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8249DF (or 0x8249DF) is known color: Blue Violet. HEX triplet: 82, 49 and DF. RGB value is (130,73,223). Sum of RGB (Red+Green+Blue) = 130+73+223=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 73 (28.91% from 255 or 17.14% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #8249DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8249DF is #7DB620. Grayscale: #6A6A6A. Windows color (decimal): -8238625 or 14633346. OLE color: 14633346.

HSL color Cylindrical-coordinate representation of color #8249DF: hue angle of 262.8º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8249DF is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 73 223 -
CMYK 0.42 0.67 0 0.13
HSL 262.8º 0.7% 0.58% -
HSV(B) 262.8º 0.67% 0.87% -
XYZ 24.91 14.84 71.36 -
YUV 107.14 193.38 144.3 -
System Red Green Blue C M Y K H S L
Decimal 130 73 223 0.42 0.67 0 0.13 262.8 0.7 0.58
Hex 82 49 DF 2A 43 0 D 107 46 3A
Octal 202 111 337 52 103 0 15 407 106 72
Binary 10000010 1001001 11011111 101010 1000011 0 1101 100000111 1000110 111010

Color Harmonies of #8249DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8249DF

Black with #8249DF

Text Example


Text Example

White with #8249DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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