Html Css Color HEX #8249CF Blue Violet

📋 copy color: '#8249CF'

red 130 ◦ green 73 ◦ blue 207

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

Shades of Blue Violet #8249CF

Tints of Blue Violet #8249CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.49%

R = 31.71%
G = 17.8%
B = 50.49%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8249CF (or 0x8249CF) is known color: Blue Violet. HEX triplet: 82, 49 and CF. RGB value is (130,73,207). Sum of RGB (Red+Green+Blue) = 130+73+207=410 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.71% from 410); Green value is 73 (28.91% from 255 or 17.80% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #8249CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8249CF is #7DB630. Grayscale: #686868. Windows color (decimal): -8238641 or 13584770. OLE color: 13584770.

HSL color Cylindrical-coordinate representation of color #8249CF: hue angle of 265.52º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8249CF is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 130 73 207 -
CMYK 0.37 0.65 0 0.19
HSL 265.52º 0.58% 0.55% -
HSV(B) 265.52º 0.65% 0.81% -
XYZ 22.85 14.02 60.53 -
YUV 105.32 185.38 145.6 -
System Red Green Blue C M Y K H S L
Decimal 130 73 207 0.37 0.65 0 0.19 265.52 0.58 0.55
Hex 82 49 CF 25 41 0 13 10A 3A 37
Octal 202 111 317 45 101 0 23 412 72 67
Binary 10000010 1001001 11001111 100101 1000001 0 10011 100001010 111010 110111

Color Harmonies of #8249CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8249CF

Black with #8249CF

Text Example


Text Example

White with #8249CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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