Html Css Color HEX #905BEF Medium Purple

📋 copy color: '#905BEF'

red 144 ◦ green 91 ◦ blue 239

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

Shades of Medium Purple #905BEF

Tints of Medium Purple #905BEF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.2%

 BLUE value IS 239 (93.75% from 255) = 50.42%

R = 30.38%
G = 19.2%
B = 50.42%

CMYK

 C value IS 0.40

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#905BEF (or 0x905BEF) is known color: Medium Purple. HEX triplet: 90, 5B and EF. RGB value is (144,91,239). Sum of RGB (Red+Green+Blue) = 144+91+239=474 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.38% from 474); Green value is 91 (35.94% from 255 or 19.20% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #905BEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #905BEF is #6FA410. Grayscale: #7B7B7B. Windows color (decimal): -7316497 or 15686544. OLE color: 15686544.

HSL color Cylindrical-coordinate representation of color #905BEF: hue angle of 261.49º degrees, saturation: 0.82, 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 #905BEF is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 144 91 239 -
CMYK 0.40 0.62 0 0.06
HSL 261.49º 0.82% 0.65% -
HSV(B) 261.49º 0.62% 0.94% -
XYZ 30.82 19.64 83.83 -
YUV 123.72 193.06 142.47 -
System Red Green Blue C M Y K H S L
Decimal 144 91 239 0.40 0.62 0 0.06 261.49 0.82 0.65
Hex 90 5B EF 28 3E 0 6 105 52 41
Octal 220 133 357 50 76 0 6 405 122 101
Binary 10010000 1011011 11101111 101000 111110 0 110 100000101 1010010 1000001

Color Harmonies of #905BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905BEF

Black with #905BEF

Text Example


Text Example

White with #905BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,91,239); }

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

background-color css

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

 a { background-color: rgb(144,91,239); }

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

border-color css

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

 span { border-color: rgb(144,91,239); }

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