Html Css Color HEX #921ADD Blue Violet

📋 copy color: '#921ADD'

red 146 ◦ green 26 ◦ blue 221

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

Shades of Blue Violet #921ADD

Tints of Blue Violet #921ADD

RGB

 RED value IS 146 (57.42% from 255) = 37.15%

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

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

R = 37.15%
G = 6.62%
B = 56.23%

CMYK

 C value IS 0.34

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#921ADD (or 0x921ADD) is known color: Blue Violet. HEX triplet: 92, 1A and DD. RGB value is (146,26,221). Sum of RGB (Red+Green+Blue) = 146+26+221=393 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.15% from 393); Green value is 26 (10.55% from 255 or 6.62% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #921ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #921ADD is #6DE522. Grayscale: #535353. Windows color (decimal): -7202083 or 14490258. OLE color: 14490258.

HSL color Cylindrical-coordinate representation of color #921ADD: hue angle of 276.92º 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 #921ADD is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 146 26 221 -
CMYK 0.34 0.88 0 0.13
HSL 276.92º 0.79% 0.48% -
HSV(B) 276.92º 0.88% 0.87% -
XYZ 25.27 12.07 69.4 -
YUV 84.11 205.26 172.14 -
System Red Green Blue C M Y K H S L
Decimal 146 26 221 0.34 0.88 0 0.13 276.92 0.79 0.48
Hex 92 1A DD 22 58 0 D 115 4F 30
Octal 222 32 335 42 130 0 15 425 117 60
Binary 10010010 11010 11011101 100010 1011000 0 1101 100010101 1001111 110000

Color Harmonies of #921ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921ADD

Black with #921ADD

Text Example


Text Example

White with #921ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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