Html Css Color HEX #8249DD Blue Violet

📋 copy color: '#8249DD'

red 130 ◦ green 73 ◦ blue 221

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

Shades of Blue Violet #8249DD

Tints of Blue Violet #8249DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.12%

R = 30.66%
G = 17.22%
B = 52.12%

CMYK

 C value IS 0.41

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8249DD (or 0x8249DD) is known color: Blue Violet. HEX triplet: 82, 49 and DD. RGB value is (130,73,221). Sum of RGB (Red+Green+Blue) = 130+73+221=424 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.66% from 424); Green value is 73 (28.91% from 255 or 17.22% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #8249DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8249DD is #7DB622. Grayscale: #6A6A6A. Windows color (decimal): -8238627 or 14502274. OLE color: 14502274.

HSL color Cylindrical-coordinate representation of color #8249DD: hue angle of 263.11º degrees, saturation: 0.69, 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 #8249DD is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 73 221 -
CMYK 0.41 0.67 0 0.13
HSL 263.11º 0.69% 0.58% -
HSV(B) 263.11º 0.67% 0.87% -
XYZ 24.64 14.73 69.95 -
YUV 106.92 192.38 144.47 -
System Red Green Blue C M Y K H S L
Decimal 130 73 221 0.41 0.67 0 0.13 263.11 0.69 0.58
Hex 82 49 DD 29 43 0 D 107 45 3A
Octal 202 111 335 51 103 0 15 407 105 72
Binary 10000010 1001001 11011101 101001 1000011 0 1101 100000111 1000101 111010

Color Harmonies of #8249DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8249DD

Black with #8249DD

Text Example


Text Example

White with #8249DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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