Html Css Color HEX #941EDD Blue Violet

📋 copy color: '#941EDD'

red 148 ◦ green 30 ◦ blue 221

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

Shades of Blue Violet #941EDD

Tints of Blue Violet #941EDD

RGB

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

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

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

R = 37.09%
G = 7.52%
B = 55.39%

CMYK

 C value IS 0.33

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#941EDD (or 0x941EDD) is known color: Blue Violet. HEX triplet: 94, 1E and DD. RGB value is (148,30,221). Sum of RGB (Red+Green+Blue) = 148+30+221=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 30 (12.11% from 255 or 7.52% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #941EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941EDD is #6BE122. Grayscale: #565656. Windows color (decimal): -7069987 or 14491284. OLE color: 14491284.

HSL color Cylindrical-coordinate representation of color #941EDD: hue angle of 277.07º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #941EDD is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 30 221 -
CMYK 0.33 0.86 0 0.13
HSL 277.07º 0.76% 0.49% -
HSV(B) 277.07º 0.86% 0.87% -
XYZ 25.73 12.44 69.45 -
YUV 87.06 203.59 171.47 -
System Red Green Blue C M Y K H S L
Decimal 148 30 221 0.33 0.86 0 0.13 277.07 0.76 0.49
Hex 94 1E DD 21 56 0 D 115 4C 31
Octal 224 36 335 41 126 0 15 425 114 61
Binary 10010100 11110 11011101 100001 1010110 0 1101 100010101 1001100 110001

Color Harmonies of #941EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941EDD

Black with #941EDD

Text Example


Text Example

White with #941EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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