Html Css Color HEX #8949DD Blue Violet

📋 copy color: '#8949DD'

red 137 ◦ green 73 ◦ blue 221

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

Shades of Blue Violet #8949DD

Tints of Blue Violet #8949DD

RGB

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

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

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

R = 31.79%
G = 16.94%
B = 51.28%

CMYK

 C value IS 0.38

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8949DD (or 0x8949DD) is known color: Blue Violet. HEX triplet: 89, 49 and DD. RGB value is (137,73,221). Sum of RGB (Red+Green+Blue) = 137+73+221=431 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.79% from 431); Green value is 73 (28.91% from 255 or 16.94% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #8949DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8949DD is #76B622. Grayscale: #6C6C6C. Windows color (decimal): -7779875 or 14502281. OLE color: 14502281.

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

Color convert

RGB 137 73 221 -
CMYK 0.38 0.67 0 0.13
HSL 265.95º 0.69% 0.58% -
HSV(B) 265.95º 0.67% 0.87% -
XYZ 25.75 15.3 70 -
YUV 109.01 191.2 147.97 -
System Red Green Blue C M Y K H S L
Decimal 137 73 221 0.38 0.67 0 0.13 265.95 0.69 0.58
Hex 89 49 DD 26 43 0 D 10A 45 3A
Octal 211 111 335 46 103 0 15 412 105 72
Binary 10001001 1001001 11011101 100110 1000011 0 1101 100001010 1000101 111010

Color Harmonies of #8949DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8949DD

Black with #8949DD

Text Example


Text Example

White with #8949DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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