Html Css Color HEX #905AEB Medium Purple

📋 copy color: '#905AEB'

red 144 ◦ green 90 ◦ blue 235

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

Shades of Medium Purple #905AEB

Tints of Medium Purple #905AEB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.19%

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

R = 30.7%
G = 19.19%
B = 50.11%

CMYK

 C value IS 0.39

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#905AEB (or 0x905AEB) is known color: Medium Purple. HEX triplet: 90, 5A and EB. RGB value is (144,90,235). Sum of RGB (Red+Green+Blue) = 144+90+235=469 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.70% from 469); Green value is 90 (35.55% from 255 or 19.19% from 469); Blue value is 235 (92.19% from 255 or 50.11% from 469); Max value from RGB is 235 - color contains mainly: blue. Hex color #905AEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #905AEB is #6FA514. Grayscale: #7A7A7A. Windows color (decimal): -7316757 or 15424144. OLE color: 15424144.

HSL color Cylindrical-coordinate representation of color #905AEB: hue angle of 262.34º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #905AEB is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 144 90 235 -
CMYK 0.39 0.62 0 0.08
HSL 262.34º 0.78% 0.64% -
HSV(B) 262.34º 0.62% 0.92% -
XYZ 30.15 19.24 80.72 -
YUV 122.68 191.39 143.21 -
System Red Green Blue C M Y K H S L
Decimal 144 90 235 0.39 0.62 0 0.08 262.34 0.78 0.64
Hex 90 5A EB 27 3E 0 8 106 4E 40
Octal 220 132 353 47 76 0 10 406 116 100
Binary 10010000 1011010 11101011 100111 111110 0 1000 100000110 1001110 1000000

Color Harmonies of #905AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905AEB

Black with #905AEB

Text Example


Text Example

White with #905AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #905AEB; }

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

 H1.HeaderClassName
 {
   color: #905AEB;
 }
 .AnyTagClassName
 {
   color: #905AEB;
 }
</style>

background-color css

<style>
 a { background-color: #905AEB; }

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

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

border-color css

<style>
 span { border-color: #905AEB; }

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

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