Html Css Color HEX #905AF0 Medium Purple

📋 copy color: '#905AF0'

red 144 ◦ green 90 ◦ blue 240

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

Shades of Medium Purple #905AF0

Tints of Medium Purple #905AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 50.63%

R = 30.38%
G = 18.99%
B = 50.63%

CMYK

 C value IS 0.4

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#905AF0 (or 0x905AF0) is known color: Medium Purple. HEX triplet: 90, 5A and F0. RGB value is (144,90,240). Sum of RGB (Red+Green+Blue) = 144+90+240=474 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.38% from 474); Green value is 90 (35.55% from 255 or 18.99% from 474); Blue value is 240 (94.14% from 255 or 50.63% from 474); Max value from RGB is 240 - color contains mainly: blue. Hex color #905AF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #905AF0 is #6FA50F. Grayscale: #7A7A7A. Windows color (decimal): -7316752 or 15751824. OLE color: 15751824.

HSL color Cylindrical-coordinate representation of color #905AF0: hue angle of 261.6º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #905AF0 is Cyan = 0.4, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 144 90 240 -
CMYK 0.4 0.62 0 0.06
HSL 261.6º 0.83% 0.65% -
HSV(B) 261.6º 0.63% 0.94% -
XYZ 30.89 19.53 84.58 -
YUV 123.25 193.89 142.8 -
System Red Green Blue C M Y K H S L
Decimal 144 90 240 0.4 0.62 0 0.06 261.6 0.83 0.65
Hex 90 5A F0 28 3E 0 6 106 53 41
Octal 220 132 360 50 76 0 6 406 123 101
Binary 10010000 1011010 11110000 101000 111110 0 110 100000110 1010011 1000001

Color Harmonies of #905AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905AF0

Black with #905AF0

Text Example


Text Example

White with #905AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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