Html Css Color HEX #924ADD Blue Violet

📋 copy color: '#924ADD'

red 146 ◦ green 74 ◦ blue 221

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

Shades of Blue Violet #924ADD

Tints of Blue Violet #924ADD

RGB

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

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

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

R = 33.11%
G = 16.78%
B = 50.11%

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

#924ADD (or 0x924ADD) is known color: Blue Violet. HEX triplet: 92, 4A and DD. RGB value is (146,74,221). Sum of RGB (Red+Green+Blue) = 146+74+221=441 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.11% from 441); Green value is 74 (29.30% from 255 or 16.78% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #924ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #924ADD is #6DB522. Grayscale: #6F6F6F. Windows color (decimal): -7189795 or 14502546. OLE color: 14502546.

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

Color convert

RGB 146 74 221 -
CMYK 0.34 0.67 0 0.13
HSL 269.39º 0.68% 0.58% -
HSV(B) 269.39º 0.67% 0.87% -
XYZ 27.35 16.23 70.1 -
YUV 112.29 189.35 152.05 -
System Red Green Blue C M Y K H S L
Decimal 146 74 221 0.34 0.67 0 0.13 269.39 0.68 0.58
Hex 92 4A DD 22 43 0 D 10D 44 3A
Octal 222 112 335 42 103 0 15 415 104 72
Binary 10010010 1001010 11011101 100010 1000011 0 1101 100001101 1000100 111010

Color Harmonies of #924ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #924ADD

Black with #924ADD

Text Example


Text Example

White with #924ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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