Html Css Color HEX #9061F0 Medium Purple

📋 copy color: '#9061F0'

red 144 ◦ green 97 ◦ blue 240

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

Shades of Medium Purple #9061F0

Tints of Medium Purple #9061F0

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.17%

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

R = 29.94%
G = 20.17%
B = 49.9%

CMYK

 C value IS 0.4

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9061F0 (or 0x9061F0) is known color: Medium Purple. HEX triplet: 90, 61 and F0. RGB value is (144,97,240). Sum of RGB (Red+Green+Blue) = 144+97+240=481 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.94% from 481); Green value is 97 (38.28% from 255 or 20.17% from 481); Blue value is 240 (94.14% from 255 or 49.90% from 481); Max value from RGB is 240 - color contains mainly: blue. Hex color #9061F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9061F0 is #6F9E0F. Grayscale: #7E7E7E. Windows color (decimal): -7314960 or 15753616. OLE color: 15753616.

HSL color Cylindrical-coordinate representation of color #9061F0: hue angle of 259.72º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9061F0 is Cyan = 0.4, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 144 97 240 -
CMYK 0.4 0.60 0 0.06
HSL 259.72º 0.83% 0.66% -
HSV(B) 259.72º 0.6% 0.94% -
XYZ 31.5 20.77 84.79 -
YUV 127.36 191.57 139.87 -
System Red Green Blue C M Y K H S L
Decimal 144 97 240 0.4 0.60 0 0.06 259.72 0.83 0.66
Hex 90 61 F0 28 3C 0 6 104 53 42
Octal 220 141 360 50 74 0 6 404 123 102
Binary 10010000 1100001 11110000 101000 111100 0 110 100000100 1010011 1000010

Color Harmonies of #9061F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9061F0

Black with #9061F0

Text Example


Text Example

White with #9061F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9061F0; }

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

 H1.HeaderClassName
 {
   color: #9061F0;
 }
 .AnyTagClassName
 {
   color: #9061F0;
 }
</style>

background-color css

<style>
 a { background-color: #9061F0; }

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

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

border-color css

<style>
 span { border-color: #9061F0; }

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

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