Html Css Color HEX #904ADB Blue Violet

📋 copy color: '#904ADB'

red 144 ◦ green 74 ◦ blue 219

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

Shades of Blue Violet #904ADB

Tints of Blue Violet #904ADB

RGB

 RED value IS 144 (56.64% from 255) = 32.95%

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

 BLUE value IS 219 (85.94% from 255) = 50.11%

R = 32.95%
G = 16.93%
B = 50.11%

CMYK

 C value IS 0.34

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#904ADB (or 0x904ADB) is known color: Blue Violet. HEX triplet: 90, 4A and DB. RGB value is (144,74,219). Sum of RGB (Red+Green+Blue) = 144+74+219=437 (57% of max value = 765). Red value is 144 (56.64% from 255 or 32.95% from 437); Green value is 74 (29.30% from 255 or 16.93% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #904ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #904ADB is #6FB524. Grayscale: #6E6E6E. Windows color (decimal): -7320869 or 14371472. OLE color: 14371472.

HSL color Cylindrical-coordinate representation of color #904ADB: hue angle of 268.97º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #904ADB is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 144 74 219 -
CMYK 0.34 0.66 0 0.14
HSL 268.97º 0.67% 0.57% -
HSV(B) 268.97º 0.66% 0.86% -
XYZ 26.74 15.94 68.69 -
YUV 111.46 188.69 151.21 -
System Red Green Blue C M Y K H S L
Decimal 144 74 219 0.34 0.66 0 0.14 268.97 0.67 0.57
Hex 90 4A DB 22 42 0 E 10D 43 39
Octal 220 112 333 42 102 0 16 415 103 71
Binary 10010000 1001010 11011011 100010 1000010 0 1110 100001101 1000011 111001

Color Harmonies of #904ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904ADB

Black with #904ADB

Text Example


Text Example

White with #904ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #904ADB; }

 p { color: rgb(144,74,219); }

 H1.HeaderClassName
 {
   color: #904ADB;
 }
 .AnyTagClassName
 {
   color: #904ADB;
 }
</style>

background-color css

<style>
 a { background-color: #904ADB; }

 a { background-color: rgb(144,74,219); }

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

border-color css

<style>
 span { border-color: #904ADB; }

 span { border-color: rgb(144,74,219); }

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