Html Css Color HEX #9061E0 Medium Purple

📋 copy color: '#9061E0'

red 144 ◦ green 97 ◦ blue 224

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

Shades of Medium Purple #9061E0

Tints of Medium Purple #9061E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 48.17%

R = 30.97%
G = 20.86%
B = 48.17%

CMYK

 C value IS 0.36

 M value IS 0.57

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9061E0 (or 0x9061E0) is known color: Medium Purple. HEX triplet: 90, 61 and E0. RGB value is (144,97,224). Sum of RGB (Red+Green+Blue) = 144+97+224=465 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.97% from 465); Green value is 97 (38.28% from 255 or 20.86% from 465); Blue value is 224 (87.89% from 255 or 48.17% from 465); Max value from RGB is 224 - color contains mainly: blue. Hex color #9061E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9061E0 is #6F9E1F. Grayscale: #7D7D7D. Windows color (decimal): -7314976 or 14705040. OLE color: 14705040.

HSL color Cylindrical-coordinate representation of color #9061E0: hue angle of 262.2º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9061E0 is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 144 97 224 -
CMYK 0.36 0.57 0 0.12
HSL 262.2º 0.67% 0.63% -
HSV(B) 262.2º 0.57% 0.88% -
XYZ 29.23 19.86 72.81 -
YUV 125.53 183.57 141.17 -
System Red Green Blue C M Y K H S L
Decimal 144 97 224 0.36 0.57 0 0.12 262.2 0.67 0.63
Hex 90 61 E0 24 39 0 C 106 43 3F
Octal 220 141 340 44 71 0 14 406 103 77
Binary 10010000 1100001 11100000 100100 111001 0 1100 100000110 1000011 111111

Color Harmonies of #9061E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9061E0

Black with #9061E0

Text Example


Text Example

White with #9061E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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