Html Css Color HEX #8949E1 Blue Violet

📋 copy color: '#8949E1'

red 137 ◦ green 73 ◦ blue 225

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

Shades of Blue Violet #8949E1

Tints of Blue Violet #8949E1

RGB

 RED value IS 137 (53.91% from 255) = 31.49%

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

 BLUE value IS 225 (88.28% from 255) = 51.72%

R = 31.49%
G = 16.78%
B = 51.72%

CMYK

 C value IS 0.39

 M value IS 0.68

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8949E1 (or 0x8949E1) is known color: Blue Violet. HEX triplet: 89, 49 and E1. RGB value is (137,73,225). Sum of RGB (Red+Green+Blue) = 137+73+225=435 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.49% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 225 (88.28% from 255 or 51.72% from 435); Max value from RGB is 225 - color contains mainly: blue. Hex color #8949E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8949E1 is #76B61E. Grayscale: #6C6C6C. Windows color (decimal): -7779871 or 14764425. OLE color: 14764425.

HSL color Cylindrical-coordinate representation of color #8949E1: hue angle of 265.26º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8949E1 is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 137 73 225 -
CMYK 0.39 0.68 0 0.12
HSL 265.26º 0.72% 0.58% -
HSV(B) 265.26º 0.68% 0.88% -
XYZ 26.29 15.52 72.84 -
YUV 109.46 193.2 147.64 -
System Red Green Blue C M Y K H S L
Decimal 137 73 225 0.39 0.68 0 0.12 265.26 0.72 0.58
Hex 89 49 E1 27 44 0 C 109 48 3A
Octal 211 111 341 47 104 0 14 411 110 72
Binary 10001001 1001001 11100001 100111 1000100 0 1100 100001001 1001000 111010

Color Harmonies of #8949E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8949E1

Black with #8949E1

Text Example


Text Example

White with #8949E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8949E1; }

 p { color: rgb(137,73,225); }

 H1.HeaderClassName
 {
   color: #8949E1;
 }
 .AnyTagClassName
 {
   color: #8949E1;
 }
</style>

background-color css

<style>
 a { background-color: #8949E1; }

 a { background-color: rgb(137,73,225); }

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

border-color css

<style>
 span { border-color: #8949E1; }

 span { border-color: rgb(137,73,225); }

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