Html Css Color HEX #941ED9 Blue Violet

📋 copy color: '#941ED9'

red 148 ◦ green 30 ◦ blue 217

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

Shades of Blue Violet #941ED9

Tints of Blue Violet #941ED9

RGB

 RED value IS 148 (58.2% from 255) = 37.47%

 GREEN value IS 30 (12.11% from 255) = 7.59%

 BLUE value IS 217 (85.16% from 255) = 54.94%

R = 37.47%
G = 7.59%
B = 54.94%

CMYK

 C value IS 0.32

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#941ED9 (or 0x941ED9) is known color: Blue Violet. HEX triplet: 94, 1E and D9. RGB value is (148,30,217). Sum of RGB (Red+Green+Blue) = 148+30+217=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 30 (12.11% from 255 or 7.59% from 395); Blue value is 217 (85.16% from 255 or 54.94% from 395); Max value from RGB is 217 - color contains mainly: blue. Hex color #941ED9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941ED9 is #6BE126. Grayscale: #555555. Windows color (decimal): -7069991 or 14229140. OLE color: 14229140.

HSL color Cylindrical-coordinate representation of color #941ED9: hue angle of 277.86º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #941ED9 is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 30 217 -
CMYK 0.32 0.86 0 0.15
HSL 277.86º 0.76% 0.48% -
HSV(B) 277.86º 0.86% 0.85% -
XYZ 25.2 12.23 66.68 -
YUV 86.6 201.59 171.79 -
System Red Green Blue C M Y K H S L
Decimal 148 30 217 0.32 0.86 0 0.15 277.86 0.76 0.48
Hex 94 1E D9 20 56 0 F 116 4C 30
Octal 224 36 331 40 126 0 17 426 114 60
Binary 10010100 11110 11011001 100000 1010110 0 1111 100010110 1001100 110000

Color Harmonies of #941ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941ED9

Black with #941ED9

Text Example


Text Example

White with #941ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941ED9; }

 p { color: rgb(148,30,217); }

 H1.HeaderClassName
 {
   color: #941ED9;
 }
 .AnyTagClassName
 {
   color: #941ED9;
 }
</style>

background-color css

<style>
 a { background-color: #941ED9; }

 a { background-color: rgb(148,30,217); }

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

border-color css

<style>
 span { border-color: #941ED9; }

 span { border-color: rgb(148,30,217); }

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