Html Css Color HEX #8549ED Blue Violet

📋 copy color: '#8549ED'

red 133 ◦ green 73 ◦ blue 237

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

Shades of Blue Violet #8549ED

Tints of Blue Violet #8549ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.5%

R = 30.02%
G = 16.48%
B = 53.5%

CMYK

 C value IS 0.44

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8549ED (or 0x8549ED) is known color: Blue Violet. HEX triplet: 85, 49 and ED. RGB value is (133,73,237). Sum of RGB (Red+Green+Blue) = 133+73+237=443 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.02% from 443); Green value is 73 (28.91% from 255 or 16.48% from 443); Blue value is 237 (92.97% from 255 or 53.50% from 443); Max value from RGB is 237 - color contains mainly: blue. Hex color #8549ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8549ED is #7AB612. Grayscale: #6D6D6D. Windows color (decimal): -8042003 or 15550853. OLE color: 15550853.

HSL color Cylindrical-coordinate representation of color #8549ED: hue angle of 261.95º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8549ED is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 73 237 -
CMYK 0.44 0.69 0 0.07
HSL 261.95º 0.82% 0.61% -
HSV(B) 261.95º 0.69% 0.93% -
XYZ 27.34 15.87 81.74 -
YUV 109.64 199.88 144.66 -
System Red Green Blue C M Y K H S L
Decimal 133 73 237 0.44 0.69 0 0.07 261.95 0.82 0.61
Hex 85 49 ED 2C 45 0 7 106 52 3D
Octal 205 111 355 54 105 0 7 406 122 75
Binary 10000101 1001001 11101101 101100 1000101 0 111 100000110 1010010 111101

Color Harmonies of #8549ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8549ED

Black with #8549ED

Text Example


Text Example

White with #8549ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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