Html Css Color HEX #941ADD Blue Violet

📋 copy color: '#941ADD'

red 148 ◦ green 26 ◦ blue 221

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

Shades of Blue Violet #941ADD

Tints of Blue Violet #941ADD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.58%

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

R = 37.47%
G = 6.58%
B = 55.95%

CMYK

 C value IS 0.33

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#941ADD (or 0x941ADD) is known color: Blue Violet. HEX triplet: 94, 1A and DD. RGB value is (148,26,221). Sum of RGB (Red+Green+Blue) = 148+26+221=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 26 (10.55% from 255 or 6.58% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #941ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941ADD is #6BE522. Grayscale: #545454. Windows color (decimal): -7071011 or 14490260. OLE color: 14490260.

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

Color convert

RGB 148 26 221 -
CMYK 0.33 0.88 0 0.13
HSL 277.54º 0.79% 0.48% -
HSV(B) 277.54º 0.88% 0.87% -
XYZ 25.63 12.26 69.42 -
YUV 84.71 204.92 173.14 -
System Red Green Blue C M Y K H S L
Decimal 148 26 221 0.33 0.88 0 0.13 277.54 0.79 0.48
Hex 94 1A DD 21 58 0 D 116 4F 30
Octal 224 32 335 41 130 0 15 426 117 60
Binary 10010100 11010 11011101 100001 1011000 0 1101 100010110 1001111 110000

Color Harmonies of #941ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941ADD

Black with #941ADD

Text Example


Text Example

White with #941ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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