Html Css Color HEX #8940DD Blue Violet

📋 copy color: '#8940DD'

red 137 ◦ green 64 ◦ blue 221

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

Shades of Blue Violet #8940DD

Tints of Blue Violet #8940DD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.17%

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

R = 32.46%
G = 15.17%
B = 52.37%

CMYK

 C value IS 0.38

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8940DD (or 0x8940DD) is known color: Blue Violet. HEX triplet: 89, 40 and DD. RGB value is (137,64,221). Sum of RGB (Red+Green+Blue) = 137+64+221=422 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.46% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #8940DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8940DD is #76BF22. Grayscale: #676767. Windows color (decimal): -7782179 or 14499977. OLE color: 14499977.

HSL color Cylindrical-coordinate representation of color #8940DD: hue angle of 267.9º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8940DD is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 64 221 -
CMYK 0.38 0.71 0 0.13
HSL 267.9º 0.7% 0.56% -
HSV(B) 267.9º 0.71% 0.87% -
XYZ 25.2 14.21 69.82 -
YUV 103.73 194.18 151.73 -
System Red Green Blue C M Y K H S L
Decimal 137 64 221 0.38 0.71 0 0.13 267.9 0.7 0.56
Hex 89 40 DD 26 47 0 D 10C 46 38
Octal 211 100 335 46 107 0 15 414 106 70
Binary 10001001 1000000 11011101 100110 1000111 0 1101 100001100 1000110 111000

Color Harmonies of #8940DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8940DD

Black with #8940DD

Text Example


Text Example

White with #8940DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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