Html Css Color HEX #905FDA Medium Purple

📋 copy color: '#905FDA'

red 144 ◦ green 95 ◦ blue 218

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

Shades of Medium Purple #905FDA

Tints of Medium Purple #905FDA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.79%

 BLUE value IS 218 (85.55% from 255) = 47.7%

R = 31.51%
G = 20.79%
B = 47.7%

CMYK

 C value IS 0.34

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#905FDA (or 0x905FDA) is known color: Medium Purple. HEX triplet: 90, 5F and DA. RGB value is (144,95,218). Sum of RGB (Red+Green+Blue) = 144+95+218=457 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.51% from 457); Green value is 95 (37.5% from 255 or 20.79% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #905FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905FDA is #6FA025. Grayscale: #7B7B7B. Windows color (decimal): -7315494 or 14311312. OLE color: 14311312.

HSL color Cylindrical-coordinate representation of color #905FDA: hue angle of 263.9º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #905FDA is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 144 95 218 -
CMYK 0.34 0.56 0 0.15
HSL 263.9º 0.62% 0.61% -
HSV(B) 263.9º 0.56% 0.85% -
XYZ 28.25 19.18 68.54 -
YUV 123.67 181.23 142.5 -
System Red Green Blue C M Y K H S L
Decimal 144 95 218 0.34 0.56 0 0.15 263.9 0.62 0.61
Hex 90 5F DA 22 38 0 F 108 3E 3D
Octal 220 137 332 42 70 0 17 410 76 75
Binary 10010000 1011111 11011010 100010 111000 0 1111 100001000 111110 111101

Color Harmonies of #905FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905FDA

Black with #905FDA

Text Example


Text Example

White with #905FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,95,218); }

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

background-color css

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

 a { background-color: rgb(144,95,218); }

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

border-color css

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

 span { border-color: rgb(144,95,218); }

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