Html Css Color HEX #8940D4 Blue Violet

📋 copy color: '#8940D4'

red 137 ◦ green 64 ◦ blue 212

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

Shades of Blue Violet #8940D4

Tints of Blue Violet #8940D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 51.33%

R = 33.17%
G = 15.5%
B = 51.33%

CMYK

 C value IS 0.35

 M value IS 0.70

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#8940D4 (or 0x8940D4) is known color: Blue Violet. HEX triplet: 89, 40 and D4. RGB value is (137,64,212). Sum of RGB (Red+Green+Blue) = 137+64+212=413 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.17% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 212 (83.20% from 255 or 51.33% from 413); Max value from RGB is 212 - color contains mainly: blue. Hex color #8940D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8940D4 is #76BF2B. Grayscale: #666666. Windows color (decimal): -7782188 or 13910153. OLE color: 13910153.

HSL color Cylindrical-coordinate representation of color #8940D4: hue angle of 269.59º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8940D4 is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 137 64 212 -
CMYK 0.35 0.70 0 0.17
HSL 269.59º 0.63% 0.54% -
HSV(B) 269.59º 0.7% 0.83% -
XYZ 24.03 13.74 63.67 -
YUV 102.7 189.68 152.47 -
System Red Green Blue C M Y K H S L
Decimal 137 64 212 0.35 0.70 0 0.17 269.59 0.63 0.54
Hex 89 40 D4 23 46 0 11 10E 3F 36
Octal 211 100 324 43 106 0 21 416 77 66
Binary 10001001 1000000 11010100 100011 1000110 0 10001 100001110 111111 110110

Color Harmonies of #8940D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8940D4

Black with #8940D4

Text Example


Text Example

White with #8940D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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