Html Css Color HEX #8549D3 Blue Violet

📋 copy color: '#8549D3'

red 133 ◦ green 73 ◦ blue 211

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

Shades of Blue Violet #8549D3

Tints of Blue Violet #8549D3

RGB

 RED value IS 133 (52.34% from 255) = 31.89%

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

 BLUE value IS 211 (82.81% from 255) = 50.6%

R = 31.89%
G = 17.51%
B = 50.6%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#8549D3 (or 0x8549D3) is known color: Blue Violet. HEX triplet: 85, 49 and D3. RGB value is (133,73,211). Sum of RGB (Red+Green+Blue) = 133+73+211=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 211 (82.81% from 255 or 50.60% from 417); Max value from RGB is 211 - color contains mainly: blue. Hex color #8549D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8549D3 is #7AB62C. Grayscale: #6A6A6A. Windows color (decimal): -8042029 or 13846917. OLE color: 13846917.

HSL color Cylindrical-coordinate representation of color #8549D3: hue angle of 266.09º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8549D3 is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 133 73 211 -
CMYK 0.37 0.65 0 0.17
HSL 266.09º 0.61% 0.56% -
HSV(B) 266.09º 0.65% 0.83% -
XYZ 23.81 14.45 63.16 -
YUV 106.67 186.88 146.78 -
System Red Green Blue C M Y K H S L
Decimal 133 73 211 0.37 0.65 0 0.17 266.09 0.61 0.56
Hex 85 49 D3 25 41 0 11 10A 3D 38
Octal 205 111 323 45 101 0 21 412 75 70
Binary 10000101 1001001 11010011 100101 1000001 0 10001 100001010 111101 111000

Color Harmonies of #8549D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8549D3

Black with #8549D3

Text Example


Text Example

White with #8549D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8549D3; }

 p { color: rgb(133,73,211); }

 H1.HeaderClassName
 {
   color: #8549D3;
 }
 .AnyTagClassName
 {
   color: #8549D3;
 }
</style>

background-color css

<style>
 a { background-color: #8549D3; }

 a { background-color: rgb(133,73,211); }

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

border-color css

<style>
 span { border-color: #8549D3; }

 span { border-color: rgb(133,73,211); }

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