Html Css Color HEX #914ADD Blue Violet

📋 copy color: '#914ADD'

red 145 ◦ green 74 ◦ blue 221

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

Shades of Blue Violet #914ADD

Tints of Blue Violet #914ADD

RGB

 RED value IS 145 (57.03% from 255) = 32.95%

 GREEN value IS 74 (29.3% from 255) = 16.82%

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

R = 32.95%
G = 16.82%
B = 50.23%

CMYK

 C value IS 0.34

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#914ADD (or 0x914ADD) is known color: Blue Violet. HEX triplet: 91, 4A and DD. RGB value is (145,74,221). Sum of RGB (Red+Green+Blue) = 145+74+221=440 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.95% from 440); Green value is 74 (29.30% from 255 or 16.82% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #914ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #914ADD is #6EB522. Grayscale: #6F6F6F. Windows color (decimal): -7255331 or 14502545. OLE color: 14502545.

HSL color Cylindrical-coordinate representation of color #914ADD: hue angle of 268.98º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #914ADD is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 145 74 221 -
CMYK 0.34 0.67 0 0.13
HSL 268.98º 0.68% 0.58% -
HSV(B) 268.98º 0.67% 0.87% -
XYZ 27.18 16.14 70.09 -
YUV 111.99 189.52 151.55 -
System Red Green Blue C M Y K H S L
Decimal 145 74 221 0.34 0.67 0 0.13 268.98 0.68 0.58
Hex 91 4A DD 22 43 0 D 10D 44 3A
Octal 221 112 335 42 103 0 15 415 104 72
Binary 10010001 1001010 11011101 100010 1000011 0 1101 100001101 1000100 111010

Color Harmonies of #914ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914ADD

Black with #914ADD

Text Example


Text Example

White with #914ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,74,221); }

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

background-color css

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

 a { background-color: rgb(145,74,221); }

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

border-color css

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

 span { border-color: rgb(145,74,221); }

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