Html Css Color HEX #8941DD Blue Violet

📋 copy color: '#8941DD'

red 137 ◦ green 65 ◦ blue 221

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

Shades of Blue Violet #8941DD

Tints of Blue Violet #8941DD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.37%

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

R = 32.39%
G = 15.37%
B = 52.25%

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

#8941DD (or 0x8941DD) is known color: Blue Violet. HEX triplet: 89, 41 and DD. RGB value is (137,65,221). Sum of RGB (Red+Green+Blue) = 137+65+221=423 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.39% from 423); Green value is 65 (25.78% from 255 or 15.37% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #8941DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8941DD is #76BE22. Grayscale: #676767. Windows color (decimal): -7781923 or 14500233. OLE color: 14500233.

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

Color convert

RGB 137 65 221 -
CMYK 0.38 0.71 0 0.13
HSL 267.69º 0.7% 0.56% -
HSV(B) 267.69º 0.71% 0.87% -
XYZ 25.26 14.32 69.84 -
YUV 104.31 193.85 151.32 -
System Red Green Blue C M Y K H S L
Decimal 137 65 221 0.38 0.71 0 0.13 267.69 0.7 0.56
Hex 89 41 DD 26 47 0 D 10C 46 38
Octal 211 101 335 46 107 0 15 414 106 70
Binary 10001001 1000001 11011101 100110 1000111 0 1101 100001100 1000110 111000

Color Harmonies of #8941DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8941DD

Black with #8941DD

Text Example


Text Example

White with #8941DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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