Html Css Color HEX #904EEB Blue Violet

📋 copy color: '#904EEB'

red 144 ◦ green 78 ◦ blue 235

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

Shades of Blue Violet #904EEB

Tints of Blue Violet #904EEB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.07%

 BLUE value IS 235 (92.19% from 255) = 51.42%

R = 31.51%
G = 17.07%
B = 51.42%

CMYK

 C value IS 0.39

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#904EEB (or 0x904EEB) is known color: Blue Violet. HEX triplet: 90, 4E and EB. RGB value is (144,78,235). Sum of RGB (Red+Green+Blue) = 144+78+235=457 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.51% from 457); Green value is 78 (30.86% from 255 or 17.07% from 457); Blue value is 235 (92.19% from 255 or 51.42% from 457); Max value from RGB is 235 - color contains mainly: blue. Hex color #904EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #904EEB is #6FB114. Grayscale: #737373. Windows color (decimal): -7319829 or 15421072. OLE color: 15421072.

HSL color Cylindrical-coordinate representation of color #904EEB: hue angle of 265.22º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #904EEB is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 144 78 235 -
CMYK 0.39 0.67 0 0.08
HSL 265.22º 0.8% 0.61% -
HSV(B) 265.22º 0.67% 0.92% -
XYZ 29.22 17.38 80.41 -
YUV 115.63 195.37 148.23 -
System Red Green Blue C M Y K H S L
Decimal 144 78 235 0.39 0.67 0 0.08 265.22 0.8 0.61
Hex 90 4E EB 27 43 0 8 109 50 3D
Octal 220 116 353 47 103 0 10 411 120 75
Binary 10010000 1001110 11101011 100111 1000011 0 1000 100001001 1010000 111101

Color Harmonies of #904EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904EEB

Black with #904EEB

Text Example


Text Example

White with #904EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,78,235); }

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

background-color css

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

 a { background-color: rgb(144,78,235); }

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

border-color css

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

 span { border-color: rgb(144,78,235); }

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